/* event-section */
.event-section{
  background: url(../images/event-background.jpg);
  padding: 162px 0 158px;
  background-repeat: no-repeat;
}
.event-section .about-us-content .cate-icon-img {
  position: relative;
  top: 0;
  left: 0px;
  text-align: center;
  right: 0;
  margin-bottom: 32px !important;
}
.event-section .about-us-content h2 {
  margin-bottom: 24px;
}
.event-section .about-us-content p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: var(--e-global-color-text);
  margin-bottom: 36px;
  padding: 0 20px;
}
.event-section .about-us-content {
  position: relative;
  text-align: center;
  padding-top: 38px;
}
.event-section .about-us-content .banner-btn a {
  color: var(--e-global-color-accent);
  background:transparent;
  border-radius: 72px;
  padding: 15px 35px 16px 36px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 18px;
  transition: ease-in-out 0.3s;
  border: 2px solid var(--e-global-color-accent);
  text-transform: capitalize;
}
.event-section .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-accent) !important;
  color: var(--e-global-color-secondary);
  border: 2px solid var(--e-global-color-accent);
  transition: ease-in-out 0.3s;
}
/* .event-section .event-content-img{
  border: 1px solid var(--e-global-color-light-green);
  padding: 38px 69px;
} */
.event-section .event-content-img .event-card{
  display: inline-block;
  float: left;
}
.event-section .event-content-img .border-box1{
  border: 2px solid var(--e-global-color-light-green);
  width: 100%;
}
.event-section .event-content-img .border-box2{
  border: 2px solid var(--e-global-color-light-green);
  width: 100%;
}
.event-section .event-content-img .border-box3{
  border: 2px solid var(--e-global-color-light-green);
  width: 100%;
}
.event-section .event-content-img .border-box4{
  border: 2px solid var(--e-global-color-light-green);
  width: 100%;
}
.event-section .event-content-img figure{
  text-align: center;
  margin-bottom: 0;
}
.event-section .event-content-img h6{
  text-align: center;
}
.event-section .event-content-img ul li{
  display: inline-block;
}
.event-section .event-content-img ul {
  width: 100%;
  float: left;
}
.event-section .event-content-img ul li:first-child {
  width: 264px;
  margin-left: 0px;
  border-left: 1px solid var(--e-global-color-soft-green);
  border-bottom: 1px solid var(--e-global-color-soft-green);
  height: 243px;
  padding: 20px 0 30px;
}
.event-section .event-content-img .icons-fig {
  text-align: center;
}
.event-section .event-content-img ul li {
  border-right: 1px solid var(--e-global-color-soft-green);
  border-top:  1px solid var(--e-global-color-soft-green);
  width: 276px;
  height: 148px;
  line-height: 148px;
  transition: 0.3s all ease-in-out;
  float: left;
}
.event-section .event-content-img .second li {
  border-top:none;
}
.event-section .event-content-img ul li:last-child {
  display: inline-block;
  border-right: 1px solid var(--e-global-color-soft-green);
  border-bottom: 1px solid var(--e-global-color-soft-green);
  height: 243px;
  padding: 20px 0 30px;
}
.event-section .event-content-img ul li figure{
  margin-bottom: 12px !important;
}
/* Event-org-section */
.event-org-section {
  background: floralwhite;
  padding: 320px 0 100px;
}
.event-org-section .hearts-img {
  position: absolute;
  /* left: 226px; */
  top: 100px;
  right: 270px;
}
.event-org-section::after {
  background: url(../images/event-org-logo.png);
  content: "";
  width: 391px;
  height: 624px;
  position: absolute;
  right: -80px;
  bottom: 59px;
}
.event-org-section .about-content-img .card1 {
  top: -222px;
}
.event-org-section .about-content-img .card h6 {
  text-align: center;
  margin-bottom: 0;
  padding: 13px 0;
}
.event-org-section .about-content-img .card2 {
  left: 298px;
  top: -250px;
}
.event-org-section .about-content-img .card3 {
  left: 0px;
  top: 82px
}
.event-org-section .card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
}
.event-org-section  .about-content-img .card4 {
  top: 125px;
  left: 298px;
}
.event-org-section-page .about-content-img .card4 {
  top: 125px;
  left: 0px;
}
.event-org-section-page .about-content-img .card3 {
  left: 5px;
  top: 82px;
}
.event-org-section .about-content-img .card {
  position: absolute;
  cursor: pointer;
}
.event-org-section .about-us-content .banner-btn a {
  color: var(--e-global-color-accent);
  background: var(--e-global-color-light-green);
  border-radius: 72px;
  padding: 15px 35px 16px 36px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 18px;
  transition: ease-in-out 0.3s;
  border: 2px solid var(--e-global-color-accent);
  text-transform: capitalize;
}
.event-org-section .about-us-content .banner-btn a:hover {
  transform: translateY(-5px);
  background: var(--e-global-color-accent) !important;
  color: var(--e-global-color-secondary);
  border: 2px solid var(--e-global-color-accent);
  transition: ease-in-out 0.3s;
}
.event-org-section .about-us-content p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  color: var(--e-global-color-text);
  margin-bottom: 36px;
  padding: 0 20px;
}
.event-org-section .about-us-content h2 {
  margin-bottom: 29px;
}
.event-org-section .about-us-content .cate-icon-img {
  position: absolute;
  top: -125px;
  left: 0px;
  text-align: center;
  right: 0;
}
.event-org-section .about-us-content {
  position: relative;
  text-align: center;
}
.event-org-section .about-content-img .card .hover_box_plus {
  width: 100%;
  height: 0;
  padding-top: 0;
  bottom: -50px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  margin-top: 369px;
  position: absolute;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  position: absolute;
  bottom: 54px;
  text-align: center;
  margin: 0 0px;
  left: 0;
  right: 0;
  padding: 0;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.event-org-section .about-content-img .card .hover_box_plus ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
.event-org-section ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0px;
  text-align: center;
}
.event-org-sectionul .about-content-img .card li i {
  color: var(--e-global-color-white);
  background: var(--e-global-dark-moderate-violet);
  border-radius: 100px;
  font-size: 16px;
  line-height: 34px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--e-global-color-white);
}
.event-org-section .card:hover .hover_box_plus {
  overflow: visible;
}
.event-org-section .about-content-img .card ul li i {
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-peach);
  border-radius: 100px;
  font-size: 16px;
  line-height: 34px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--e-global-color-secondary);
  box-shadow: 0 0px 10px 4px rgb(0 0 0 / 10%);
}
.event-org-section .about-us-content:before {
  background: url(../images/category-lines-img.png);
  content: "";
  width: 555px;
  height: 940px;
  position: absolute;
  right: 0px;
  bottom: -155px;
}
.event-org-section .card figure img {
  opacity:1;
  /*filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);*/
  transition-duration: 0.5s;
}
.event-org-section .card figure img:hover{
  opacity: 2.5;
  filter: brightness(100%) contrast(98%) saturate(137%) blur(0) hue-rotate(0deg);
  transition-duration: 0.5s;
  border-radius: 10px 10px 10px 10px;
}
/* event-org-about */
.event-org-about{
  position: relative;
}
.event-org-about:before {
  background: url(../images/reservation-before-img.png);
  content: "";
  width: 391px;
  height: 624px;
  position: absolute;
  /* right: 0px; */
  left: -78px;
  top: 138px;
}
.event-org-about .about-us-content .banner-btn a {
  color: var(--e-global-color-secondary);
  background: var(--e-global-color-accent);
  border-radius: 72px;
  padding: 15px 35px 16px 36px;
  display: inline-block;
  position: relative;
  font-weight: 400;
  transition: transform ease 300ms;
  line-height: 20px;
  word-spacing: 2px;
  font-size: 18px;
  transition: ease-in-out 0.3s;
  border: 2px solid var(--e-global-color-accent);
  text-transform: capitalize;
}
.event-org-about::after {
  background: url(../images/event-org-logo.png);
  content: "";
  width: 391px;
  height: 624px;
  position: absolute;
  right: -80px;
  bottom: 59px;
  display: none;
}



.countdown-row {background:#461111}
.countdown-wrapper {
    text-align: center;
}
.countdown-box {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 8px;
    border-radius: 12px;
    vertical-align: top;
}
.count-value {
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-top: 12px;
}
.count-label {
    font-size: 14px;
    color: white;
}

.x{border-top:1px solid white; display:flex;border-bottom:1px solid white; padding:10px 5px;flex: 5;justify-content:center;color:gold;font-size:18px;}
.y{border-left:1px solid white;margin:0 5px;flex: 1;}
.z{font-weight:bold}
.date-container {
    justify-content: center;
    display: flex;
    width:350px;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
}
.tangerine{font-family:'Tangerine', cursive;font-size:50px}
.j {font-family:"Nunito Sans", sans-serif;}
.video-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.elementor-video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

