/*
Template Name: Evanta - Responsive Event Landing Page
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE 
    02. BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START ABOUT STYLE
    05. START BOUCHER STYLE
    06. START SCHEDULE STYLE
    07. START TESTIMONIAL STYLE
    08. START MARKET SHOW
    09. START PROMO VIDEO 
    10. START SPONSORS STYLE
    11. START PRICE STYLE
    12. START REGISTRATION STYLE
    13. START FAQ STYLE
    14. START CONTACT STYLE
    15. START FOOTER STYLE

	=============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&display=swap");

html {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  html {
    overflow: auto;
  }
}

html[lang="en"] {
  direction: ltr;
}

body {
  font-family: "Tajawal", sans-serif;
  color: #93989b;
  line-height: 1.5em;
  overflow-x: hidden;
  margin: auto;
  background: #fff;
}

html,
body {
  height: 100%;
}

body.no-scroll {
  overflow: hidden !important;
  height: 100vh;
  /* لضمان الثبات على الموبايل */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Tajawal", "Catamaran", sans-serif;
  font-weight: 600;
}

a {
  color: #CBAA6A;
  font-family: "Tajawal", "Catamaran", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #CBAA6A;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 26px;
  margin-bottom: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

/*START PRELOADER DESIGN*/

.preloader {
  background: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.loadscreen,
.loadscreen-in {
  /* background-image: url(../img/preloader.gif); */
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 36%;
  width: 200px;
}

.loadscreen-in {
  background: none;
  left: 14px;
  margin: 0;
  text-align: center;
  top: 86%;
}

/*END PRELOADER DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
  background: #CBAA6A;
  color: #fff;
  font-size: 26px;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  bottom: 20px !important;
  right: 20px !important;
}

.topcontrol:hover {
  background: #333;
  color: #fff;
}

/*END SCROLL TO TOP*/

.section-padding {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.section-back-image .container {
  height: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home-back-image {
  background-size: cover;
  background-position: center -74px;
}

.no-padding {
  padding: 0;
}

.pl {
  padding-left: 0;
}

.pr {
  padding-right: 0;
}

.bg-gray {
  background-color: #f5f5f5;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.red-overlay {
  position: relative;
  z-index: 1;
}

.red-overlay:before {
  background: rgba(255, 24, 0, 0.75);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*START SECTION TITLE DESIGN*/

.section-title {
  margin-bottom: 80px;
}

.section-agenda .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title h3 {
  color: #333;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}


@media only screen and (max-width: 768px) {
  .section-title h2 {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .section-title h2 {
    font-size: 24px;
  }
}

.section-title span {
  background-color: #CBAA6A;
  height: 1px;
  width: 70px;
  font-size: 28px;
  display: block;
  position: relative;
  margin: 21px auto 18px;
}

.section-title h2.section-title-white,
.section-title p.section-dec-white {
  color: #fff;
}

.section-title span.section-title-white-span {
  color: #fff;
}

.section-title p {
  margin: auto;
  padding: 0 20px;
  width: 71%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-title p {
    width: 100%;
  }
}

/*END SECTION TITLE DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

#mainNav {
  padding: 16px;
  border-color: rgba(34, 34, 34, 0.05);
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#mainNav .navbar-brand {
  color: #fff;
  font-family: "Tajawal", "Catamaran", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #fff;
  border-color: #fff;
  outline: none;
}

#mainNav .navbar-nav>li>a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
}

#mainNav .navbar-nav>li>a.active {
  color: #CBAA6A;
  background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
  color: #CBAA6A;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
  color: #fff;
}

#mainNav.navbar-shrink {
  border-bottom: 1px solid #00000033;
  background-color: #00000075;
  backdrop-filter: blur(40px);
  padding: 6px 16px;
}

#mainNav.navbar-shrink .navbar-brand {
  color: #222222;
}

#mainNav.navbar-shrink .navbar-brand:hover,
#mainNav.navbar-shrink .navbar-brand:focus {
  color: #CBAA6A;
}

#mainNav.navbar-shrink .navbar-nav>li>a.active {
  color: #CBAA6A;
  background-color: transparent;
}

#mainNav.navbar-shrink .navbar-nav>li>a,
#mainNav.navbar-shrink .navbar-nav>li>a:focus {
  color: #fff;
}

#mainNav.navbar-shrink .navbar-nav>li>a:hover,
#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
  color: #CBAA6A;
}

#mainNav .navbar-nav>li.ticket-btn>a {
  /* border: 2px solid #fff; */
  border-radius: 12px;
  padding: 10px;
  /* margin-left: 50px; */
  text-align: center;
  display: inline-block;
  align-content: center;
}

@media (max-width: 575px) {
  #mainNav {
    background-color: #000;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #CBAA6A;
  }

  #mainNav .navbar-nav>li.ticket-btn>a {
    margin-left: 0 !important;
    padding: 0;
    border: none;
    text-align: left;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #mainNav {
    background-color: #000;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #CBAA6A;
  }

  #mainNav .navbar-nav>li.ticket-btn>a {
    margin-left: 0 !important;
    padding: 0;
    border: none;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #mainNav {
    background-color: #000;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #CBAA6A;
  }

  #mainNav .navbar-nav>li.ticket-btn>a {
    margin-left: 0 !important;
    padding: 0;
    border: none;
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  #mainNav .navbar-nav>li>a {
    font-size: 12px;
    padding: 8px 13px !important;
  }

  #mainNav .navbar-nav>li.ticket-btn>a {
    margin-left: 18px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03. START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*START STATIC SLIDER*/
.home-static {
  position: relative;
  height: 100vh;
}

.home-static-text h2 {
  color: #f8f8f8;
  font-size: 60px;
  padding-top: 325px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-static-text h3 {
  color: #f8f8f8;
  font-size: 56px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-static-text p {
  color: #fff;
  margin: auto auto 30px;
}

.countdown-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.countdown-container span {
  font-size: 20px;
  display: block;
  color: #CBAA6A;
  font-weight: 400;
}

.countdown-container h4 {
  font-size: 33px;
  color: #CBAA6A;
  display: inline-block;
  margin-right: 20px;
  background: #00000075;
  backdrop-filter: blur(40px);
  width: 120px;
  height: 120px;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
}

.home-static-2 {
  position: relative;
  height: 100vh;
}

.home-static-left-img {
  position: absolute;
  top: 88px;
  right: 0;
}

.home-static-right-img {
  position: absolute;
  top: 88px;
  left: 0;
}

.home-static-middle {
  padding-top: 140px;
  position: relative;
}

.home-static-middle .home-icon {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.home-static-middle p {
  color: #fff;
  margin: auto auto 30px;
  font-size: 24px;
  position: relative;
}

.home-static-middle p:before,
.home-static-middle p:after {
  content: "";
  position: absolute;
  top: 36%;
  height: 5px;
  border-top: 4px solid #fff;
  width: 100px;
}

.home-static-middle p:before {
  margin-right: 15px;
  right: 70%;
}

.home-static-middle p:after {
  margin-left: 15px;
  left: 70%;
}

.message-slider {}

.message-slider:hover {
  cursor: move;
}

.message-slider-text {}

.message-slider-text h2 {
  color: #f8f8f8;
  font-size: 60px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-btn-wrapper {
  margin-top: 40px;
}

.btn-home {
  background-color: #333;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 20px;
}

.btn-home:hover,
.btn-home:focus {
  background-color: #fff;
  color: #333;
}

.btn-home-2 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-right: 20px;
}

.btn-home-2:hover,
.btn-home-2:focus {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

/* media queries for slider static section */
@media only screen and (max-width: 1140px) {
  .countdown-container h4 {
    font-size: 53px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-container h4 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .home-static-text h2 {
    padding-top: 170px;
  }

  .home-static-text h2 {
    font-size: 21px !important;
  }

  .home-static-text h3 {
    font-size: 30px !important;
  }

  .home-static-middle .home-icon {
    margin-top: 40px;
  }

  .home-static-middle p:before,
  .home-static-middle p:after {
    display: none;
  }

  .countdown-container h4 {
    font-size: 50px;
    margin-right: 10px !important;
  }

  .message-slider-text h2 {
    font-size: 30px;
  }

  .btn-home {
    margin-right: 0;
  }

  .btn-home {
    padding: 8px 15px;
    margin-top: 10px;
    font-size: 13px;
  }

  .btn-home-2 {
    display: none;
  }

  .cd-headline-custom-title2 {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 576px) {
  .home-static-text h2 {
    padding-top: 170px;
  }

  .home-static-text h2,
  .home-static-text h3 {
    font-size: 20px !important;
  }

  .home-static-middle .home-icon {
    margin-top: 50px;
  }

  .home-static-middle p:before,
  .home-static-middle p:after {
    display: none;
  }

  .countdown-container h4 {
    font-size: 40px;
  }

  .message-slider-text h2 {
    font-size: 30px;
  }

  .btn-home {
    margin-right: 0;
  }

  .btn-home {
    padding: 8px 15px;
    margin-top: 10px;
    font-size: 13px;
  }

  .btn-home-2 {
    display: none;
  }
}

/*END STATIC SLIDER*/

/* HTML5 VIDEO BACKGROUND */
video {
  min-width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  video {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  video {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  video {
    height: 100%;
  }
}

.html5-video {
  position: relative;
  height: 100vh;
  color: #fff;
  top: 0%;
  left: 0%;
  width: 100%;
  overflow: hidden;
}

.html5-video div.container-fluid {
  height: 100vh;
}

.html5-video::before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.59;
  position: absolute;
  top: 0;
  width: 100%;
}

.html5-video-text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 15;
  top: 43%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.html5-video-text h2 {
  color: #f8f8f8;
  font-size: 60px;
  padding-top: 200px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.html5-video-text h3 {
  color: #f8f8f8;
  font-size: 60px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .html5-video-text h2 {
    padding-top: 155px;
  }

  .html5-video-text h2,
  .html5-video-text h3 {
    font-size: 20px;
  }
}

.html5-video-text p {
  color: #fff;
  margin: auto auto 30px;
}

/* HOME YOUTUBE TEXT */
.home-youtube {
  position: relative;
  height: 100vh;
}

.home-youtube:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.59;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-youtube-text h2 {
  color: #f8f8f8;
  font-size: 60px;
  padding-top: 200px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-youtube-text h3 {
  color: #f8f8f8;
  font-size: 60px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .home-youtube-text h2 {
    padding-top: 200px;
  }

  .home-youtube-text h2,
  .home-youtube-text h3 {
    font-size: 20px;
  }
}

.home-youtube-text p {
  color: #fff;
  margin: auto auto 30px;
}

/* HOME PARTICLE */
.home-particles {
  position: relative;
  height: 100vh;
  color: #fff;
  top: 0%;
  left: 0%;
  width: 100%;
  overflow: hidden;
}

.home-particles div.container-fluid {
  height: 100vh;
}

.home-particles:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.59;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-particles-text {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 15;
  top: 43%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.home-particles-text h2 {
  color: #f8f8f8;
  font-size: 60px;
  padding-top: 200px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-particles-text h3 {
  color: #f8f8f8;
  font-size: 60px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .home-particles-text h2 {
    padding-top: 155px;
  }

  .home-particles-text h2,
  .home-particles-text h3 {
    font-size: 20px;
  }
}

.home-particles-text p {
  color: #fff;
  margin: auto auto 30px;
}

/* HOME SLIDER */
.slider-overlay,
.slider-overlay-2 {
  position: relative;
  z-index: 1;
}

.slider-overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-overlay-2:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home-slider-item-inner {
  height: 100vh;
}

.home-slider-item h2 {
  color: #f8f8f8;
  font-size: 60px;
  padding-top: 180px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.home-slider-item h3 {
  color: #f8f8f8;
  font-size: 60px;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .home-slider-item h2 {
    padding-top: 170px;
  }

  .home-slider-item h2,
  .home-slider-item h3 {
    font-size: 22px;
  }
}

.home-slider-item p {
  color: #fff;
  margin: auto auto 30px;
}

.home-slider.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  transform: none;
}

.owl-theme.home-slider .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
}

.owl-theme.home-slider .owl-nav {
  margin-top: 0;
}

.owl-theme.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}

.owl-theme.home-slider .owl-dots div {
  border: 1px solid #fff;
  margin: 0 8px;
  border-radius: 50%;
}

.owl-theme.home-slider .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 10px 7px;
  background: #fff;
  padding: 0 4px;
}

.owl-theme.home-slider .owl-dots div.active {
  border-color: #CBAA6A;
}

.owl-theme.home-slider .owl-dots div.active span {
  background: #CBAA6A;
}

.owl-theme.home-slider .owl-nav div {
  position: absolute;
  left: 50px;
  top: 50%;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  margin-top: -30px;
  opacity: 0.9;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-theme.home-slider .owl-nav div:hover {
  background: #CBAA6A;
  color: #fff;
  border-color: #CBAA6A;
}

.owl-theme.home-slider .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

.home-slider-item:hover {
  cursor: move;
}

/* home register form */
.home-register-warpper {
  padding-top: 170px;
}

.home-register {
  background-color: #CBAA6A;
  border-radius: 10px;
  padding: 35px;
}

.home-register h3 {
  text-transform: uppercase;
  background: #333;
  padding: 10px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #fff;
}

.home-register .form-control {
  height: 60px;
  border-radius: 0;
  font-size: 18px;
}

.btn-re-contact-bg {
  height: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 30px;
  padding: 10px 30px;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  border-radius: 10px;
}

.btn-re-contact-bg:focus {
  background-color: #333;
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .owl-theme.home-slider .owl-nav div {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .owl-theme.home-slider .owl-nav div {
    display: none;
  }

  .home-register-warpper {
    padding-top: 125px;
  }
}

@media only screen and (max-width: 767px) {
  .owl-theme.home-slider .owl-nav div {
    display: none;
  }

  .home-register-warpper {
    padding-top: 200px;
  }

  .home-register {
    padding: 8px;
  }

  .home-register h3 {
    padding: 8px 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home-register .form-control {
    height: 30px;
    font-size: 14px;
  }

  .btn-re-contact-bg {
    height: 30px;
    padding: 8px 14px;
    font-size: 14px;
    margin-top: -0;
  }

  .owl-theme.home-slider .owl-dots .owl-dot span {
    width: 2px;
    height: 2px;
    margin: 7px;
    padding: 0;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 03. END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

.about-image {
  position: relative;
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 2rem;
  margin-right: -30px;
  margin-left: -30px;
  flex-wrap: wrap;
  justify-content: center;
}

.about-image img {
  /* position: absolute; */
  top: 5px;
  width: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image img {
    position: relative;
    top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .about-image img {
    position: relative;
    top: 0;
    margin-bottom: 50px;
  }
}

#about .section-title p {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0px 4rem;
  color: #000;
}

#about .section-title span {
  margin: 18px 0 15px;
  display: block;
}

.single-feature {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.single-feature .single-feature-icon {
  margin-right: 25px;
}

.single-feature .single-feature-icon,
.single-feature .single-feature-text {
  float: left;
}

.single-feature .single-feature-icon i {
  color: #CBAA6A;
  font-size: 50px;
  line-height: 44px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-feature .single-feature-text {
  width: 75%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-feature .single-feature-icon {
    margin-right: 12px;
  }

  .single-feature .single-feature-text {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .single-feature .single-feature-icon {
    margin-right: 12px;
  }

  .single-feature .single-feature-text {
    width: 65%;
  }
}

.single-feature-text h4 {
  font-size: 20px;
  margin-top: 0;
}

.single-feature-text p {
  margin-bottom: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 05. START BOUCHER STYLE
* ----------------------------------------------------------------------------------------
*/

.boucher-promo h3 {
  color: #fff;
  text-transform: uppercase;
}

.boucher-promo p {
  color: #fff;
  margin-bottom: 35px;
}

.boucher-order p {
  display: inline-block;
  margin: 0;
}

.boucher-order span {
  color: #fff;
  margin: 0 40px;
}

.btn-order {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  padding: 10px 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.btn-order:hover,
.btn-order:focus {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}

.btn-call {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  padding: 10px 17px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.btn-call:hover,
.btn-call:focus {
  color: #333;
  border-color: #fff;
  background-color: #fff;
}

.boucher-order a i {
  margin-right: 5px;
}

/* media queries for boucher section */

@media only screen and (max-width: 768px) {
  .boucher-order span {
    margin: 0 27px;
  }
}

@media (max-width: 575px) {
  .boucher-order span {
    margin: 0 20px;
  }

  .btn-order {
    margin-bottom: 20px;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 05. END BOUCHER STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 06. START SCHEDULE STYLE
* ----------------------------------------------------------------------------------------
*/
.navbar-nav .nav-item {
  align-content: center;
}

.schedule-tab .nav-tabs {
  border: none;
}

.schedule-tab .nav-tabs .nav-link.active {
  border: 1px solid #CBAA6A;
  border-radius: 0;
  background-color: #CBAA6A;
  color: #fff;
}

.schedule-tab .nav-link {
  padding: 10px 45px;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 0;
}

.schedule-tab .nav-tabs .nav-link p {
  font-weight: 600;
}

.schedule-tab .nav-tabs .nav-item {
  margin-right: 20px;
  position: relative;
}

.schedule-tab .nav-link:hover,
.schedule-tab .nav-link:focus {
  border-color: #CBAA6A;
}

.schedule-tab .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #CBAA6A;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.schedule-tab .tab-content {
  margin-top: 80px;
}

.schedule-single img {
  height: 180px;
  width: 180px;
}

.schedule-single {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 5px 6px 43px #ddd;
}

.schedule-single-info h4 {
  letter-spacing: 1px;
  text-transform: capitalize;
}

.schedule-single-info p {
  margin-bottom: 15px;
}

.schedule-single-info span {
  margin-right: 20px;
  color: #777;
}

.schedule-single-info span i {
  padding-right: 8px;
  color: #CBAA6A;
}

.schedule-single-info span a {
  color: #777;
}

.schedule-single:hover .schedule-btn {
  background-color: #CBAA6A;
}

.schedule-btn {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 22px;
  margin: 60px 0 0 60px;
  display: inline-block;
  border-radius: 20px;
}

.schedule-btn:hover,
.schedule-btn:focus {
  color: #fff;
  background-color: #CBAA6A;
}

@media (max-width: 575px) {
  .schedule-tab .nav-tabs .nav-item {
    margin: 0 0 30px 20px;
    position: relative;
  }

  .schedule-single-info {
    margin: 30px 0;
  }

  .schedule-btn {
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .schedule-tab .nav-link {
    padding: 0.5rem 1rem;
  }

  .schedule-single-info {
    margin: 30px 0;
  }

  .schedule-btn {
    margin: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .schedule-single-info {
    margin: 30px 0;
  }

  .schedule-btn {
    margin: 60px 0 0;
  }
}

.do-schedule-btn a {
  background-color: #CBAA6A;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 60px;
  padding: 14px 22px;
  display: inline-block;
  border-radius: 20px;
}

.do-schedule-btn a:hover,
.do-schedule-btn a:focus {
  color: #fff;
  background-color: #333;
}

.do-schedule-btn a i {
  padding-right: 8px;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END SCHEDULE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
  margin-bottom: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 575px) {
  .single-testimonial {
    margin: 0 30px;
  }
}

.single-testimonial:hover .testimonial-box {
  background-color: #CBAA6A;
}

.single-testimonial:hover .testimonial-box p {
  color: #fff;
}

.testimonial-box {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.testimonial-box:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 33px;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-testimonial:hover .testimonial-box:after {
  border-top: 15px solid #CBAA6A;
}

.testimonial-box p {
  color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.testimonial-box p i {
  font-size: 30px;
  padding-right: 8px;
}

.testimonial-box-info {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.testimonial-box-info-image {
  margin-right: 25px;
}

.testimonial-box-info-image,
.testimonial-box-info-text {
  float: left;
}

.testimonial-box-info-text h4 {
  font-size: 20px;
  margin: 0;
}

.testimonial-box-info-image img {
  height: 100px;
  width: 100px !important;
  border: 4px solid #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-box-info-image img {
    margin-bottom: 10px;
  }
}

.owl-theme.testimonial-slider .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
  margin-bottom: -25px;
}

.owl-theme.testimonial-slider .owl-dots div {
  border: 1px solid #777;
  margin: 0 5px;
  border-radius: 50%;
}

.owl-theme.testimonial-slider .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 10px 7px;
  background: #777;
  padding: 0 4px;
}

.owl-theme.testimonial-slider .owl-dots div.active {
  border-color: #CBAA6A;
}

.owl-theme.testimonial-slider .owl-dots div.active span {
  background: #CBAA6A;
}

.testimonial-slider-item:hover {
  cursor: move;
}

/*
* ----------------------------------------------------------------------------------------
* 07. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08. START MARKET SHOW
* ----------------------------------------------------------------------------------------
*/

.single-event-show-item {
  overflow: hidden;
}

@media (max-width: 575px) {
  .single-event-show-item {
    margin: 0 30px;
  }
}

.single-event-show-item .single-event-show {
  display: block;
  height: 55vh;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}

.single-event-show-item .single-event-show .single-event-show-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  background-position: center center, 0% 0%;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: cover;
}

.single-event-show .event-term-list a {
  color: #fff;
}

.single-event-show .event-term-list {
  background: #CBAA6A;
  color: #fff;
  font-size: 11px;
  left: 10px;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 3;
  padding: 5px 10px;
  line-height: normal;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-event-show:hover .event-term-list {
  background: #fff;
}

.single-event-show:hover .event-term-list a {
  color: #333;
}

.single-event-show-item .content-entry .circle-overlay {
  background: #fff none repeat scroll 0 0;
  border-radius: 800px;
  height: 1600px;
  left: calc(50% - 800px);
  position: absolute;
  top: -45%;
  width: 1600px;
  z-index: -1;
}

.single-event-show-item .content-entry {
  padding: 20px 0;
  position: relative;
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  z-index: 5;
}

.single-event-show-item .content-entry a h4 {
  font-size: 20px;
  text-decoration: underline;
}

.single-event-show-item .content-entry .event-start-time {
  font-size: 14px;
  color: #333;
}

.single-event-show-item .content-entry .event-start-time i {
  padding-right: 4px;
}

.single-event-show-item .content-entry .event-start-time p span {
  padding-right: 15px;
}

.single-event-show-item .content-entry a.readmore-link i {
  background-color: #CBAA6A;
  color: #CBAA6A;
  font-weight: 700;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  box-shadow: 0 3px 8px 0 rgba(236, 33, 39, 0.4);
  -webkit-transition: 1.3s cubic-bezier(0.91, 0.27, 0.52, 0.84);
  transition: 1.3s cubic-bezier(0.91, 0.27, 0.52, 0.84);
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-left: -20px;
}

.single-event-show-item:hover .content-entry a.readmore-link i {
  top: -250px;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.single-event-show-item:hover .content-entry a.readmore-link i:hover {
  background-color: #CBAA6A;
  color: #fff;
}

.owl-theme.event-slider .owl-nav.disabled+.owl-dots {
  margin-top: 50px;
  margin-bottom: -25px;
}

.owl-theme.event-slider .owl-dots div {
  border: 1px solid #777;
  margin: 0 5px;
  border-radius: 50%;
}

.owl-theme.event-slider .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 10px 7px;
  background: #777;
  padding: 0 4px;
}

.owl-theme.event-slider .owl-dots div.active {
  border-color: #CBAA6A;
}

.owl-theme.event-slider .owl-dots div.active span {
  background: #CBAA6A;
}

.event-slider-item:hover {
  cursor: move;
}

/*
* ----------------------------------------------------------------------------------------
* 08. END MARKET SHOW
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. START PROMO VIDEO
* ----------------------------------------------------------------------------------------
*/

.video-promo h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.video-promo h4 {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}

.video-play {
  margin: 30px 0;
}

.video-play a i {
  color: #fff;
  font-size: 60px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.video-play a i:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 09. END PROMO VIDEO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10. START SPONSORS STYLE
* ----------------------------------------------------------------------------------------
*/

.sponsors-section {
  padding: 50px 0;
}

.sponsors-slider:hover {
  cursor: move;
}

/*
* ----------------------------------------------------------------------------------------
* 10. END SPONSORS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11. START PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-price {
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 2px 0px 15px #ddd;
  border: 1px solid #ddd;
  border-top: 20px solid #ddd;
  -webkit-border-radius: 10%/10% 0%;
  -moz-border-radius: 10%/10% 0%;
  border-radius: 10%/10% 0%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-price:hover {
  border-color: #CBAA6A;
  border-top-color: #CBAA6A;
}

.single-price-header {
  margin: 10px 0 30px;
}

.single-price-header h4 {
  display: inline-block;
  font-size: 35px;
  text-transform: capitalize;
}

.single-price-header p {
  display: inline-block;
  float: right;
  font-size: 30px;
  color: #777;
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-price-header h4 {
    display: block;
  }

  .single-price-header p {
    display: block;
    float: none;
  }

  .single-price-header {
    text-align: center;
  }
}

.single-price-list {
  -webkit-border-radius: 10%/10% 0%;
  -moz-border-radius: 10%/10% 0%;
  border-radius: 10%/10% 0%;
  border: 1px solid #ddd;
  padding: 10px;
}

.single-price-list p:nth-child(2n + 1) {
  background-color: #f7f7f7;
}

.single-price-list p {
  padding: 10px;
}

.single-price-btn a {
  margin: 30px 0 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #333;
  border: 2px solid #333;
  border-radius: 20px;
  padding: 8px 20px;
}

.single-price-btn a:hover,
.single-price-btn a:focus {
  background-color: #333;
  color: #fff;
}

.single-price:hover .single-price-btn a {
  background-color: #333;
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 11. END PRICE STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12. START REGISTRATION STYLE
* ----------------------------------------------------------------------------------------
*/

#registration .section-title {
  margin-bottom: 30px;
}

#registration .section-title span {
  display: inline-block;
}

.registration-wrapper {
  background-color: #fff;
  padding: 40px 30px 30px;
}

.registration-wrapper .form-control {
  height: 50px;
  background: #f5f5f5;
  border-left: 4px solid #CBAA6A;
  border-radius: 0;
}

.btn.regisbtn {
  height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  background-color: #333;
  width: 100%;
  color: #fff;
  cursor: pointer;
}

.btn.regisbtn:hover,
.btn.regisbtn:focus {
  background: #CBAA6A;
}

/*
* ----------------------------------------------------------------------------------------
* 12. END REGISTRATION STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 13. START FAQ STYLE
* ----------------------------------------------------------------------------------------
*/

.faq-tab .nav.nav-tabs {
  margin-bottom: 30px;
}

.faq-tab .nav-tabs .nav-link:focus,
.faq-tab .nav-tabs .nav-link:hover {
  border-color: #fff #fff #fff;
}

.faq-tab .nav-tabs .nav-item.show .nav-link,
.faq-tab .nav-tabs .nav-link.active {
  border: none;
  border-left: 3px solid #CBAA6A;
}

.faq-tab .nav-tabs {
  border-bottom: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.faq-tab .nav-tabs>li {}

.faq-tab .nav-tabs>li>a {
  border-radius: 0;
  color: #333;
  font-weight: 700;
  position: relative;
  padding: 22px 15px;
  text-transform: uppercase;
}

.faq-tab .nav-tabs>li>a.active {
  color: #CBAA6A;
  font-weight: 700;
}

.faq-tab .nav-tabs>li>a>i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  display: block;
  -webkit-transition: all, ease, 0.3s;
  -moz-transition: all, ease, 0.3s;
  transition: all, ease, 0.3s;
}

.faq-tab .nav-tabs>li>a.active>i {
  opacity: 1;
  right: -46%;
}

.faq-tab .tab-content {
  float: left;
  width: 100%;
}

@media (max-width: 575px) {
  .faq-tab .tab-content {
    padding: 10px;
  }
}

.speakers-list {
  margin-top: 30px;
}

.speakers-list .figure {
  float: left;
}

.speakers-list .figure img {
  cursor: pointer;
  margin-right: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.figure-img.img-fluid.rounded:hover {
  filter: grayscale(1) opacity(0.9);
  -webkit-filter: grayscale(1) opacity(0.9);
}

.speakers-list .figure .figure-caption {
  color: #777;
}

.faq-tab .list-group {
  margin-top: 20px;
}

@media (max-width: 575px) {
  .faq-tab .nav.nav-tabs {
    display: block;
    padding: 10px;
  }

  .faq-tab .nav-tabs>li>a>i {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .faq-tab .nav.nav-tabs {
    display: block;
  }

  .faq-tab .nav-tabs>li>a>i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .faq-tab .nav.nav-tabs {
    display: block;
  }

  .faq-tab .nav-tabs>li>a>i {
    display: none;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 13. END FAQ STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14. START CONTACT STYLE
* ----------------------------------------------------------------------------------------
*/

#map {
  height: 400px;
  border-top: 4px solid #CBAA6A;
}

#gmap_canvas {
  width: 100%;
  height: 400px;
  border-top: 4px solid #CBAA6A;
}

.contact {
  background-color: #fff;
  padding: 40px 40px 30px;
  box-shadow: 5px 6px 43px #ddd;
}

.contact .form-control {
  height: 50px;
  background: #f5f5f5;
  border-left: 5px solid #CBAA6A;
  border-radius: 0;
}

.contact textarea.form-control {
  height: auto;
}

.contact .form-group {
  margin-bottom: 30px;
}

.btn-contact-bg {
  height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  margin-top: 30px;
  padding: 10px 30px;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #CBAA6A;
}

.mb0 {
  margin-bottom: 0;
}

.registration-wrapper input,
.contact input,
.contact textarea,
.registration-wrapper input {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input:focus,
textarea:focus {
  padding: 10px 8px 22px;
  font-size: 12px;
  color: #333;
  font-weight: 700;
}

.input_bar {
  position: relative;
  display: block;
  width: 100%;
}

.input_bar:after,
.input_bar:before {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 3px;
  content: "";
  background-color: #CBAA6A;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
}

.input_bar:before {
  left: 50%;
}

.input_bar:after {
  right: 50%;
}

.form-control:focus:not([disabled]):not([readonly])~.input_bar:after,
.form-control:focus:not([disabled]):not([readonly])~.input_bar:before {
  width: 50%;
}

/* contact address style */
.con-address {
  background-color: #1b1b1b;
}

.single-con-address {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.single-con-address .single-con-address-icon,
.single-con-address .single-con-address-text {
  float: left;
}

.single-con-address .single-con-address-icon {
  margin-right: 25px;
  margin-bottom: 20px;
}

.single-con-address .single-con-address-icon i {
  color: #fff;
  font-size: 20px;
  padding: 20px;
  line-height: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #333;
  border-radius: 50%;
}

.single-con-address .single-con-address-text {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  .single-con-address .single-con-address-icon {
    margin-right: 15px;
  }

  .single-con-address .single-con-address-text {
    width: 67%;
  }
}

.single-con-address:hover .single-con-address-icon i {
  background-color: #CBAA6A;
}

.single-con-address-text p {
  margin-bottom: 10px;
  color: #ddd;
}

.success-box {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Tajawal", "Catamaran", sans-serif;
  background: #CBAA6A;
  font-weight: 600;
  border: 10px double #fff;
  padding: 25px;
}

/*
* ----------------------------------------------------------------------------------------
* 14. END CONTACT STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-top {
  background-color: #222;
  padding: 70px 0;
  padding-bottom: 1rem;
}

.footer-widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.text-widget p span {
  color: #fff;
  float: left;
  font-size: 35px;
  font-weight: 700;
  padding: 6px 8px;
  margin: 8px;
  border: 3px double #fff;
}

.footer-menu ul li {
  line-height: 30px;
}

.copyright p a {
  color: #93989b;
  text-decoration: underline;
}

.footer-menu ul li a {
  color: inherit;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-menu ul li a:hover,
.copyright p a:hover {
  color: #CBAA6A;
}

.footer-social {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.footer-social ul li a {
  float: left;
  margin: 0 5px;
}

.footer-social ul li a i {
  background-color: transparent;
  text-align: center;
  border-radius: 50%;
  padding: 8px;
  color: #fff;
  border: 1px solid #777;
  display: block;
}

.footer-social ul li a i:hover {
  background-color: #CBAA6A;
  color: #fff;
  border-color: #CBAA6A;
}

@media (max-width: 575px) {
  .copyright.text-right {
    text-align: left !important;
  }
}

/*
* ----------------------------------------------------------------------------------------
* 15. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

.cd-headline.clip .cd-words-wrapper::after {
  width: 0 !important;
}

.list-button-cust {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-home-cust,
.btn-home-cust-view {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  width: 251px;
  height: 65px;
  align-content: center;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.btn-home-cust-view {
  border: 1px solid var(--strock, #FFFFFF29);
  background: var(--fill-white, #FFFFFF14);

}

.nav-linkTicket-app {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
  width: 90px;
  height: 44px;
  margin-inline-start: 1rem !important;
}

.nav-linkTicket-lang {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
  height: 44px;
  width: 120px !important;
  display: flex !important;
}

.cd-headline-custom {
  font-size: 40px !important;
  color: #CBAA6A !important;
  line-height: 36px;
}

.cd-headline-custom-title {
  font-family: "Tajawal" !important;
}

.cd-headline-custom-title2 {
  font-size: 28px !important;
  margin-bottom: 65px !important;
}

.section-back-image-custom {
  background: #000 !important;
  padding: 70px 0 !important;
}

.section-back-image-custom .section-back-image-custom-img {
  position: absolute !important;
}

.section-back-image-custom .section-title {
  margin-bottom: 40px !important;
}

.section-back-image-custom .p-frist {
  color: #fff !important;
  font-size: 20px !important;
}

.section-back-image-custom h3 {
  font-family: Tajawal !important;
  font-size: 42px !important;
  color: #262626 !important;
  margin-bottom: 57px !important;
}

.section-SCHEDULE-custom h1 {
  font-family: "Tajawal" !important;
  margin: 1rem !important;
  font-size: 44px;
  font-weight: 700;
}

.section-SCHEDULE-custom-bg .section-title {
  margin-bottom: 50px !important;
}

.mySwiper-SCHEDULE-custom {
  width: 80% !important;
  max-width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0 !important;
  padding: 30px 0 !important;
}

.mySwiper-SCHEDULE-custom .swiper-slide {
  width: 180px !important;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 12px;
  height: 400px;
  cursor: pointer;
  overflow: hidden;
}

.mySwiper-SCHEDULE-custom .swiper-slide img {
  position: absolute;
  z-index: 1;
}

.mySwiper-SCHEDULE-custom .swiper-slide p {
  position: absolute;
  z-index: 2;
  color: white;
  font-size: 22px;
  font-weight: 500;
  bottom: 20px;
  padding: 20px 10px;
  text-align: center;
}

.mySwiper-SCHEDULE-custom .swiper-slide:hover p {
  transform: translate(0px, -45px);
  transition: all 0.5s ease-in-out;
}

.sections-MomentsFocus .swiper-button-next,
.section-SCHEDULE-custom .swiper-button-next,
.mySwiper-list .swiper-button-next {
  right: 4%;
  border: 2px solid #CBAA6A;
  border-radius: 100px;
  background: #0000000A;
  width: 55px;
  height: 55px;
}

.sections-MomentsFocus .swiper-button-prev,
.section-SCHEDULE-custom .swiper-button-prev,
.mySwiper-list .swiper-button-prev {
  left: 4%;
  border: 2px solid #CBAA6A;
  border-radius: 100px;
  width: 55px;
  background: #0000000A;
  height: 55px;
}

.sections-MomentsFocus .swiper-button-next:after,
.sections-MomentsFocus .swiper-button-prev:after,
.section-SCHEDULE-custom .swiper-button-next:after,
.mySwiper-list .swiper-button-prev:after,
.mySwiper-list .swiper-button-next:after,
.section-SCHEDULE-custom .swiper-button-prev:after {
  font-size: 20px !important;
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mySwiper-list .swiper-button-next {
  right: -3%;
}

.mySwiper-list .swiper-button-prev {
  left: -3%;
}

.swiper-slide-speaker-name {
  color: #353e3c !important;
  font-size: 16px !important;
  font-weight: 600;
}

.section-title-details-event h3 {
  color: #CBAA6A !important;
  font-size: 24px !important;
}

.section-title-details-event h1 {
  color: #fff !important;
  margin: 20px !important;
  font-size: 48px !important;
}

.section-back-image .boucher-promo-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.boucher-promo-custom .boucher-promo-custom-Pheader {
  color: #CBAA6A !important;
  font-size: 24px !important;
}

.boucher-promo-custom .boucher-promo-custom-header {
  font-family: "Tajawal" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.boucher-promo-custom h1 {
  color: #fff !important;
}

.boucher-promo-custom h1 strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-content-vedio h1 {
  font-family: "Tajawal" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4rem 0 !important;
}

.section-content-vedio h1 strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-custom-event h3 {
  color: #CBAA6A !important;
  margin: 1rem !important;
}

.section-custom-event h1 {
  font-family: "Tajawal";
}

.section-img-details-event h3 {
  color: #CBAA6A !important;
  margin: 1rem !important;
}

.section-img-details-event h1 {
  font-family: "Tajawal" !important;
  color: #fff !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-SCHEDULE-custom h3 {
  color: #CBAA6A;
  font-size: 24px;
}

.section-SCHEDULE-custom h1 strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-SCHEDULE-custom .mySwiper {
  width: 83%;
}

.section-back-image-custom .is-full-width {
  font-size: 48px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  margin: 4rem;
  margin-top: 0;
}

.section-back-image-custom .is-full-width strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-details-event strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-image-Asset-left {
  left: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.swiper-slide-details {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px !important;
  width: 343px !important;
  background: #0000000A;
  border: 1px solid #353e3c1f;
  backdrop-filter: blur(40px);
  border-radius: 24px;
  padding: 10px;
  margin-left: 0px !important;
  margin: 15px;
}

.swiper-slide-details img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.schedule-header {
  display: flex;
  /* width: 100%; */
  align-items: center;
  justify-content: center;
  /* gap: 24px; */
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}

.schedule-header .schedule-header-btn {
  width: 165px;
  background: white;
  height: 87px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(40px);
  border-left: 1.05px solid #C9C9C929;
  color: black;
}

.schedule-header .schedule-header-btn.active {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%) !important;
  color: white !important;
}

.schedule-header .schedule-header-btn .day {
  font-size: 20px;
  font-weight: 700;
  margin: 3px;
}

.schdule-header .schedule-header-btn .date {
  font-size: 16px;
  font-weight: 400;
  margin: 3px;
}

.swiper-rtl .swiper-button-prev {
  /* right: -25px !important; */
  color: #6B3D0E;
}

.swiper-rtl .swiper-button-next {
  /* left: -20px !important; */
  color: #6B3D0E;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 20px !important;
}

.swiper-slide-details .swiper-slide-img {}

.swiper-slide-details .swiper-slide-title {
  font-size: 18px;
  text-align: start;
  margin: 15px 8px;
}

.swiper-slide-details .swiper-slide-speaker {
  display: flex;
  align-items: center;
  margin: 8px;
}

.swiper-slide-details .swiper-slide-speaker img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

.swiper-slide-details .swiper-slide-speaker-title {
  font-size: 16px;
  color: #6B3D0E;
  margin: 0 10px;
}

.swiper-slide-details .swiper-slide-line {
  border-bottom: 1px solid #000;
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.swiper-slide-details .swiper-slide-details-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: black;
  font-size: 14px;
  gap: 15px;
}

.swiper-slide-details .swiper-slide-details-info .sec {
  width: 46%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.swiper-slide-details .swiper-slide-details-info img {
  height: 10px;
  width: 11px;
  margin: 4px;
}

.swiper-slide-details .swiper-slide-number {
  margin: 0 5px;
  color: #fe5a65;
}

.swiper-slide-details .swiper-slide-btn-on {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  border: 1px solid var(--strock, #ffffff29);
  color: white;
  width: 100%;
  height: 48px;
  gap: 10px;
  border-radius: 12px;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.timeline {
  position: relative;
  padding-left: 30px;
  margin: 1px 40px;
}

.timeline-item {
  position: relative;
  margin-bottom: 20px;
  display: flex;
}

.timeline-item p {
  margin-right: 40px;
  font-size: 16px;
  color: #333;
  padding-bottom: 5px;
  width: 190px;
}

.timeline-item .time-left {
  width: 290px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.timeline-item .circle {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid white;
  top: 0;
}

.timeline-item::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 11px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transform: translateY(10px);
}



.timeline-item p {
  color: white;
}

.content-dateline {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.content-dateline-date {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #ffffff29;
  padding: 40px;
}

.content-dateline-date h2 {
  color: #CBAA6A;
  font-size: 48px;
}

.content-dateline-date p {
  color: white;
  font-size: 32px;
}

.vedio-live {
  color: #CBAA6A !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boucher-order-list {
  display: flex;
  /* width: 100%; */
  margin: 5rem 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  width: 350px;
  gap: 0px;
}

.boucher-order-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  backdrop-filter: blur(40px);
  background: var(--fill-white, #FFFFFF24);
  /* min-width: 290px; */
  gap: 22px;
  justify-content: center;
  width: 350px;
  height: 185px;
  overflow: hidden;
}

.boucher-order-details-only {
  height: 590px;
  width: 240px;
  margin: 0 1rem;
}

.boucher-order-details-only img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.boucher-orderHIGHLIGHTS {
  display: flex;
  align-items: center;
  justify-content: center;
}

.boucher-order-details img {}

.boucher-order-item {

  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 700;
}

.boucher-order-info {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}


.swiper-slide-speaker-list {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 370px !important;
  width: 230px !important;
  background: #ffffff0f;
  backdrop-filter: blur(40px);
  border-radius: 24px;
  padding: 10px;
  border: 0 !important;
  display: flex !important;
  flex-direction: column;
}

.swiper-slide-speaker-list .swiper-slide-title {
  display: flex;
  font-size: 24px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.swiper-slide-speaker-list .swiper-slide-job {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  margin: 10px;
  margin-bottom: 25px;
  justify-content: center;
}

.swiper-slide-speaker-list .swiper-slide-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-speaker-list .swiper-slide-img img {
  border-radius: 100px;
  width: 160px;
  height: 160px;
}

.swiper-slide-speaker-list .swiper-slide-btn-on {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  border: 1px solid var(--strock, #ffffff29);
  width: 168px;
  height: 48px;
  gap: 10px;
  border-radius: 12px;
  border-width: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  color: white !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}


.swiper-slide-images {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper-3 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide-images {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 800px;
  width: 100%;
  border-radius: 0px;
}

.mySwiper-3 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute !important;
  bottom: 55px;
}

.mySwiper-3 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  width: 160px !important;
  /* height: 160px !important; */
  border-radius: 9px !important;
  overflow: hidden;
}

.mySwiper-3 .swiper-slide-thumb-active {
  opacity: 0.4;
}

.swiper-slide-images-small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-top {
  background: #262626;
}

.text-widget-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-widget-footer ul {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 15px;
}

.text-widget-footer .icofont {
  color: white;
  background: #CBAA6A;
  width: 32px;
  display: flex;
  height: 32px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
}

.location-footer {
  color: white;
  margin: 20px 0;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  height: 100%;
  color: white;
  width: 400px;
  justify-content: center;
}

.footer-widget-btns {
  display: flex;
  align-items: center;
}

.footer-infos {
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.footer-infos span {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-img-details-event strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link-app {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
  border-radius: 20px;
  padding: 5px 20px;
  margin-left: 50px;
  text-align: center;
  display: inline-block;
  color: white;
  width: 201px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link-lang {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
  border-radius: 20px;
  padding: 5px 20px;
  /* margin-left: 50px; */
  text-align: center;
  display: inline-block;
  color: white;
  width: 125px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Copyright-text {
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
  height: 70px;
  align-items: center;
}

.mySwiper-3 {
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 55px;
  box-sizing: border-box;
  padding: 5px 0;
}

.mySwiper-3 .swiper-slide {
  width: 160px;
  height: 100%;
  opacity: 1;
  border-radius: 9px;
  overflow: hidden;
}

.mySwiper-3 .swiper-slide-thumb-active {
  opacity: 0.7;
  border: 2px solid #CBAA6A;
}

.swiper-slide-images-small img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper-3 .swiper-slide {
  transition: opacity 0.3s;
}

/* .mySwiper-3 .swiper-wrapper {
  align-items: center;
  justify-content: center;
} */

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 30px !important;
}

/* أنيميشن بسيطة على الزر */
.btn-home-cust {
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.btn-home-cust:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* شوية سموث على العناوين */
.cd-headline-custom,
.cd-headline-custom-title,
.cd-headline-custom-title2 {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.cd-headline-custom-title:hover,
.cd-headline-custom-title2:hover {
  transform: translateY(-2px);
}

.about-image img {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.about-image img:hover {
  transform: translateY(-6px) scale(1.03);
  /* box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25); */
}

/* زر اليومين */
.schedule-header-btn {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.schedule-header-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.schedule-header-btn.active {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

/* كروت الورش */
.workshop-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    background-color 0.3s ease;
}

.workshop-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25); */
}

/* الصورة جوه الكارت تتحرك سنة عند الهوفر */
.workshop-card .swiper-slide-img img {
  transition: transform 0.4s ease;
}

.workshop-card:hover .swiper-slide-img img {
  transform: scale(1.04);
}

/* شكل عام للأجندة لو حابب تميّزها */
.section-agenda {
  position: relative;
  background: #000000;
}

/* العناصر بتاعة الـ timeline */
.timeline-item {
  position: relative;
  padding: 10px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  border-radius: 8px;
}

.timeline-item:hover {
  transform: translateY(-4px);
  background-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* الدائرة */
.timeline-item .circle {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.timeline-item:hover .circle {
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(198, 172, 102, 0.4);
  background-color: #CBAA6A;
}

/* النص اللي على اليسار */
.timeline-item .time-left {
  transition: color 0.3s ease;
}

.timeline-item:hover .time-left {
  color: #CBAA6A;
}

.live-video-wrapper {
  position: relative;
  margin: 30px 0;
}

/* صورة البريفيو */
.live-video-preview {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.live-video-preview img {
  width: 100%;
  display: block;
}

/* زرار الـ play فوق الصورة */
.live-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.live-play-btn i {
  font-size: 28px;
  color: #fff;
  margin-left: 4px;
  /* عشان السهم يبان في النص شوية */
}

.live-video-preview:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.live-video-preview:hover .live-play-btn {
  transform: scale(1.05);
  background-color: rgba(198, 172, 102, 0.9);
}

.live-video-player video {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.boucher-order-details {
  position: relative;
  /* padding: 30px 15px; */
  border-radius: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    background-color 0.3s ease;
}

.boucher-order-details img {
  transition: transform 0.35s ease;
  position: absolute;
  z-index: 1;
  width: 350px;
  height: 190px;
}

.boucher-order-details:hover {
  transform: translateY(-8px);
  background-color: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.boucher-order-details:hover img {
  transform: translateY(-4px) scale(1.05);
}

.boucher-order-item,
.boucher-order-info {
  transition: color 0.3s ease;
  z-index: 2;
}

.boucher-order-details:hover .boucher-order-item {
  color: #CBAA6A;
}

.speaker-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease,
    background-color 0.3s ease;
  border-radius: 18px;
}

.speaker-card .swiper-slide-img img {
  transition: transform 0.4s ease;
}

.speaker-card .swiper-slide-title,
.speaker-card .swiper-slide-job {
  transition: color 0.3s ease;
  z-index: 2;
}

.speaker-card .swiper-slide-btn-on {
  transition: background-color 0.3s ease, transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* تأثير الهوفر */
.speaker-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.18); */
}

.speaker-card:hover .swiper-slide-img img {
  transform: scale(1.05);
}

.speaker-card:hover .swiper-slide-title {
  color: #CBAA6A;
}

.speaker-card:hover .swiper-slide-btn-on {
  transform: translateY(2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background-color: #CBAA6A;
}

/* سوشيال أيقونز */
.text-widget-footer ul li a i {
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.text-widget-footer ul li a:hover i {
  transform: translateY(-3px) scale(1.1);
  color: #fff;
}

/* المكان في الفوتر */
.location-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.location-footer img {
  transition: transform 0.3s ease;
}

.location-footer:hover {
  transform: translateY(-2px);
  color: #CBAA6A;
}

.location-footer:hover img {
  transform: scale(1.05);
}

/* لينكات المينيو في الفوتر */
.footer-menu .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.footer-menu .nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #CBAA6A;
  transition: width 0.3s ease;
}

.footer-menu .nav-link:hover {
  color: #CBAA6A;
}

.footer-menu .nav-link:hover::after {
  width: 45%;
}



.footer-widget-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  gap: 15px;
  flex-direction: column;
}


.footer-Subscribe {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.footer-widget-btns h3 {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.footer-Subscribe input {
  background: #FFFFFF24;
  border: 1px solid var(--strock, #ffffff29);
  border: 1px solid #FFFFFF69;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  width: 220px;
  height: 45px;

}

.footer-Subscribe a {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  /* border: 1px solid var(--strock, #FFFFFF29); */
}

.animate {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease;
}

.animate.show {
  opacity: 1;
  transform: translateY(0);
}

.fadeInUp {
  transform: translateY(40px);
}

.fadeInLeft {
  transform: translateX(-40px);
}

.fadeInRight {
  transform: translateX(40px);
}

.swiper-slide-images-small {
  transition: transform 0.35s ease;
}

.swiper-slide-images-small:hover {
  transform: translateY(-8px) scale(1.1);
}

.swiper-slide-images-small img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.swiper-slide-images-small:hover img {
  transform: scale(1.12);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.25);
}

.section-back-contectUs {
  overflow: hidden;
}

.section-back-contectUs .is-full-width {
  font-family: 'Tajawal';
  font-size: 48px;
  font-weight: 700;
  /* margin-bottom: 3rem; */
  text-align: center;
  text-transform: uppercase;
  margin: 2rem 0;
}

.border-contectUs {
  width: 100%;
  max-width: 600px;
  height: 2px;
  background: #00000029;
  margin: 1rem auto;
}

.section-back-contectUs .p-frist {
  font-size: 20px;
  font-weight: 700;
  color: #353E3C;
  margin: 0;
  padding: 0;
}

.section-back-contectUs .home-btn-wrapper {
  margin: 0;
}

.section-back-contectUs .btn-home-cust {
  margin: 0;
  margin-top: 3rem;
}

.section-back-contectUs .section-title {

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.AssetContactUs-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  background-image: url("../../assets/img/event/Asset\ 3\ \(1\).png");
  background-repeat: repeat-y;
  background-size: contain;
  z-index: 1;
}

.list-partners-cust {
  display: flex;
  width: 100%;
  margin: 2rem 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.list-partners-cust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 35px;
  background: var(--fill-black, #0000000A);
  border: 1px solid #57575733;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  height: 55px;
  width: auto;
  cursor: pointer;
  font-size: 18px;
  color: #262626;
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.list-partners-cust-item-img img {
  height: 50px;
  /* width: 124px; */
  margin: 1rem;
}

.list-partners-cust-item.active {

  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  color: white;
}

/* =============== EN =============== */
html[lang="en"] .home-static-text h3 {
  font-size: 48px;
}

html[lang="en"] .cd-headline-custom-title2 {
  font-size: 22px !important;
}

html[lang="en"] .section-back-image-custom .is-full-width {
  font-size: 41px;
}

.content-details {
  display: flex;
  width: 100%;
  background: transparent;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1.1px solid var(--fill-white, #ffffffc2);
  backdrop-filter: blur(60px);
  height: 130px;
  min-height: 130px;
  border-radius: 0px;
}

.content-details:last-child {
  border-bottom: none !important;
}

.Lunch-Break {
  width: 100%;
  height: 1px;
  position: relative;
  border: 1.1px solid;
  border-image-source: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  border-image-slice: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;

}

.Lunch-Break .content {
  border: 1.1px solid #CBAA6A;
  padding: 0 20px;
  border-radius: 9px;
  background: #262626;
  font-size: 18px;
  width: 250px;
  height: 60px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Lunch-Break .content span {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.details-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 35%;
  padding-inline-start: 10px;
}

.details-title .time {
  background: #FFFFFF24;
  color: white;
  height: 30px;
  padding: 5px 10px;
  min-width: 140px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  justify-content: center;
  white-space: nowrap;
}

.details-title .locations {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  gap: 5px;
  display: flex;
  align-items: center;
}

.content-details .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  font-family: 'Alexandria';
  width: 40%;
  margin-inline-end: 4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.content-details .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.content-details .title-wrapper .agenda-badge {
  font-size: 12px;
  padding: 4px 12px;
}

.content-details .speaker {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 15%;
}

.content-details .speakertitle {

  background: var(--fill-white, #FFFFFF14);
  color: white;
  width: 90px;
  height: 35px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 19px;
}

.content-details .speakerimg {
  display: flex;
  align-items: center;
  gap: 12px;
}

.content-details .speakerimg img {
  height: 50px;
  width: 50px;
  border-radius: 100px;
}


.section-agenda .content-dateline {
  /* max-height: 616px; */
  /* overflow-y: auto; */
  margin-top: 20px;
  scrollbar-width: none;
  position: relative;
}

.section-agenda .content-dateline::-webkit-scrollbar {
  display: none;
}

.section-agenda .content-dateline::-webkit-scrollbar {
  width: 6px;
}

.section-agenda .content-dateline::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
}


.section-agenda .content-details {
  margin-bottom: 15px;
}

.section-agenda {
  position: relative;
}

.section-SPEAKERS-custom {
  background: #000000;
}

.section-SPEAKERS-custom .section-custom-event h1 {
  color: white;
}

.section-SPEAKERS-custom .section-custom-event h1 strong {

  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cd-headline h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.cd-headline strong {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.sectionINTOUCH .boucher-order-list {
  background: var(--fill-white, #FFFFFF24);
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 3rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 25px;
}

.sectionINTOUCH .boucher-promo-custom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.sectionINTOUCH .boucher-order-list {

  width: 80% !important;
}

.sectionINTOUCH .boucher-order-input {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 46%;
  gap: 10px;
}

.sectionINTOUCH .boucher-order-input h3 {
  color: white;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}

.sectionINTOUCH .boucher-order-input input {
  background: #FFFFFF24;
  border: 1px solid var(--strock, #ffffff29);
  border: 1px solid #FFFFFF69;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  width: 100%;
  height: 45px;

}

.sectionINTOUCH .boucher-order-input a {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  /* border: 1px solid var(--strock, #FFFFFF29); */
}

.section-back-Municipalities {
  padding: 0;
  background: linear-gradient(90deg, #CBAA6A 0%, #6B3D0E 100%);
}

.section-back-Municipalities .section-title {

  margin: 0 !important;
  display: flex;
  flex-direction: row;
  padding: 0 3rem;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.boucher-order-Subscribe {
  width: 94% !important;
  display: flex;
  height: 55px;
  align-items: flex-end !important;
}

.boucher-order-textarea {
  width: 94% !important;
}

.boucher-order-textarea textarea {
  width: 100% !important;
  background: #FFFFFF24;
  border: 1px solid var(--strock, #ffffff29);
  border: 1px solid #FFFFFF69;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  height: 100px;
}

.WHY-JOIN {}

.WHY-JOIN-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
}

.WHY-JOIN-preview {
  width: 250px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.WHY-JOIN-preview p {
  color: #575757;
  font-size: 16px;
  padding: 0 14px;
}


.mySwiper-list {
  position: unset !important;
  width: 90% !important;
  border-radius: 0;
  direction: ltr;
}

.mySwiper-list .content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: ".";
  width: 100%;
  justify-items: center;
  align-items: center;
  height: 100%;
}

.mySwiper-list .content-wrapper .content {
  padding: 1.5 * 1em * 2 1.5 * 1em;
  text-align: center;
  display: grid;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  height: 100%;
  width: 100%;
}

.mySwiper-list .content-wrapper .content :first-child {
  margin: 0;
}



.mySwiper-list .content-wrapper .content .cite {
  font-size: 14px;
  font-weight: bold;
}

.mySwiper-list .swiper-slide {
  margin: 0;
  height: auto;
  width: 100%;
  padding: 0;
  background: #FFFFFF24;
  border: 1px solid #353E3C1F;
  backdrop-filter: blur(40px);
  border-radius: 6px;
  transition: all .5s ease-in-out;

}

.mySwiper-list .swiper-nav-wrapper {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: auto;
  padding-top: 1.5 * 1em * 2;
}

.mySwiper-list .swiper-nav-wrapper .swiper-button-next,
.mySwiper-list .swiper-nav-wrapper .swiper-button-prev {
  top: 0;
  top: auto;
  left: auto;
  right: auto;
  position: relative !important;

  &:after {
    display: none;
  }
}

.mySwiper-list .swiper-nav-wrapper .swiper-button-next,
.mySwiper-list .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.mySwiper-list .swiper-nav-wrapper .swiper-button-prev,
.mySwiper-list .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
  margin: 0;
  padding: 0;
  width: auto;
  position: relative !important;
  display: block;
  width: auto;
}

.swiper-pagination .swiper-pagination-bullets {
  margin: 0;

}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background: #fff !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  transition: all .2s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  bottom: 0;
  top: 0;
  bottom: 0;
  width: auto;
  padding: 0 1.5 * 1em;
}

.swiper-pagination-bullet-active {
  transform: scale(1.5);
}





.mySwiper-list .content-list .content-details {
  display: none;
}



.mySwiper-list .swiper-slide.swiper-slide-active .content-list .content-details {
  display: flex !important;
}


.mySwiper-list .content-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mySwiper-list .content-list .content-details {
  width: 265px;
  height: 100%;
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  color: white;
  border: 0;
}

.mySwiper-list .swiper-slide {
  width: 241px !important;
  padding: 0 15px;
  height: 400px;
  /* margin-left: 20px !important; */
  border-radius: 14px;
}

.mySwiper-list .content-list .swiper-avatar {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.mySwiper-list .content-list .swiper-avatar img {
  height: 160px;
  width: 160px;
  border-radius: 100px;
  overflow: hidden;
}

.mySwiper-list .content-list .swiper-avatar .shadow {
  position: absolute;
  z-index: 3;
}


.mySwiper-list .content-list .swiper-avatar .name {
  font-size: 19px;
  font-weight: 500;
  font-family: 'Alexandria';
  margin-bottom: 10px;

}

.mySwiper-list .content-list .swiper-avatar .jop {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Alexandria';
}

.mySwiper-list .swiper-slide .madia {
  display: flex;
  gap: 10px;
}

.mySwiper-list .swiper-slide .madiaActive {
  display: none;
}

.mySwiper-list .swiper-slide .madia img,
.mySwiper-list .swiper-slide .madiaActive img {
  width: 40px;
  height: 40px;
}

.mySwiper-list .swiper-slide.active {
  background: #fff;
  overflow: hidden;
}

.mySwiper-list .swiper-slide.active .content-list .swiper-avatar .info {
  color: #000 !important;
}

.mySwiper-list .swiper-slide.active .content-list {
  color: #000;

}

.mySwiper-list .swiper-slide.active .madia {
  display: none;
}

.mySwiper-list .swiper-slide.active .madiaActive {
  display: flex;
  gap: 10px;
}

.mySwiper-list .content-details {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  gap: 10px;
}

.mySwiper-list .content-details h2 {
  color: white;
  font-size: 28px;
  font-family: 'Alexandria';
  font-weight: 500;
}

.mySwiper-list .content-details .info {
  font-size: 16.69px;
  font-weight: 500;
  text-align: start;
  color: #D9D9D9;
}

.mySwiper-list .content-details .title {
  font-size: 16.69px;
  color: white;
  width: 100%;
  justify-content: flex-start;
  margin: 10px 0 24px;
}

.mySwiper-list .content-details .madia {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 23px;
}

.mySwiper-list .content-details .madia {
  font-size: 24px;
  margin: 4px;
}












.section-SPEAKERS-custom-popup-overlay.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.section-SPEAKERS-custom-popup-overlay.popup-overlay.show {
  display: flex;
  opacity: 1;
}

.section-SPEAKERS-custom-popup-overlay .popup-content {
  width: 95%;
  max-width: 950px;
  position: relative;
  background: #00000066;
  border-radius: 40px;
  transition: opacity 0.3s ease;
  max-height: 90vh;
  overflow: hidden;
  text-align: left;
  padding: 40px 20px;
  backdrop-filter: blur(40px);
  border: 1px solid #333;
  display: flex;
  height: 100%;
  align-items: flex-start;
}

.section-SPEAKERS-custom-popup-overlay .popup-body {

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin-top: 15px;
}

.section-SPEAKERS-custom-popup-overlay .popup-header {
  width: 350px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 1rem;
  flex-direction: column;
  justify-content: center;
}

.section-SPEAKERS-custom-popup-overlay .popup-details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 1rem;
  flex-direction: column;
  justify-content: center;
  text-align: start;
}

.section-SPEAKERS-custom-popup-overlay .popup-img-wrapper img {
  width: 300px;
  height: 500px;
  border-radius: 20px;
  object-fit: cover;
}

.section-SPEAKERS-custom-popup-overlay .popup-info {
  display: flex;
  width: 100%;
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 1rem;
  /* border: 1px solid var(--fill-white, #FFFFFF24); */
  gap: 4px;
  border-radius: 12px;
}

.section-SPEAKERS-custom-popup-overlay .popup-info h2 {
  margin: 0 0 5px;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}

.section-SPEAKERS-custom-popup-overlay .popup-socials {
  display: flex;
  gap: 10px;
}

.section-SPEAKERS-custom-popup-overlay .popup-job {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}

.section-SPEAKERS-custom-popup-overlay .popup-divider {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-SPEAKERS-custom-popup-overlay .popup-bio {
  font-size: 18px;
  line-height: 20px;
  color: #D0D0D0;
  margin-bottom: 30px;
  font-weight: 500;
}

.section-SPEAKERS-custom-popup-overlay .talk-item {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1.1px solid var(--fill-white, #FFFFFF24);
}

.section-SPEAKERS-custom-popup-overlay .talks-container .talk-item:last-child {
  border-bottom: none;
}

.section-SPEAKERS-custom-popup-overlay .talk-time {
  font-size: 14px;
  margin-bottom: 5px;
  background: var(--fill-white, #FFFFFF24);
  padding: 8px;
  border-radius: 12px;
  color: white;
}

.section-SPEAKERS-custom-popup-overlay .talk-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
  font-weight: 700;
}

.section-SPEAKERS-custom-popup-overlay .talk-location {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 20px 0;
  display: block;
}

.section-SPEAKERS-custom-popup-overlay .talk-details {
  font-size: 16px;
  color: #A8A8A8;
  margin: 0;
  font-weight: 400;
}

.section-SPEAKERS-custom-popup-overlay .section-title {
  font-size: 24px;
  color: #CBAA6A;
  margin: 0;
  font-weight: 700;
}

.section-SPEAKERS-custom-popup-overlay .popup-Bio-divider {

  background: var(--fill-white, #FFFFFF24);
  backdrop-filter: blur(40px);
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 1rem 0;
}

.section-SPEAKERS-custom-popup-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  z-index: 10;
  font-size: 30px;
  color: #FE5A65;
}

.Agenda-speaker {
  cursor: pointer;
  transition: transform 0.2s;
}

.Agenda-speaker:hover {
  transform: scale(1.1);
}

.popup-overlay-agenda {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000099;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-overlay-agenda.show {
  display: flex;
}

.popup-content-agenda {
  backdrop-filter: blur(40px);
  background: #00000066;
  width: 90%;
  max-width: 1000px;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  max-height: 95vh;
  overflow-y: auto;
  text-align: left;
  border: 1px solid #333;
}

.close-btn-agenda {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  color: #FE5A65;
  cursor: pointer;
  font-weight: bold;
}

.close-btn-agenda:hover {
  color: #FE5A65;
}

.agenda-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 20px;
  text-align: start;
}

.agenda-header-top h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  flex: 1;
}

.agenda-badge {
  background: linear-gradient(103.96deg, #CBAA6A 29.43%, #6B3D0E 96.62%);
  color: white;
  padding: 8px 20px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}

.agenda-sub-meta {
  display: flex;
  gap: 15px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  align-items: flex-start;
  flex-direction: column;
}

.agenda-sub-meta .span {
  font-weight: 500;
  font-size: 20px;
}

.agenda-sub-meta .strong {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.agenda-sub-meta .divider {
  width: 1px;
  height: 15px;
  background: #555;
}

.agenda-body-text {
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 30px;
  text-align: start;
}

.agenda-body-text p {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.agenda-footer-info {
  border-bottom: 1.1px solid var(--fill-white, #FFFFFF24);
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: start;
}

.agenda-footer-info .info-pill:first-child {
  display: block;
  margin-bottom: 1rem;
}

.info-pill {
  background: #FFFFFF24;
  padding: 10px 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #eee;
  position: relative;
  font-size: 14px;
}

.ag_location {
  background: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
}

.limit-text {
  color: #FE5A65;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.agenda-speakers-area {
  margin-top: 20px;
  text-align: start;
}

.speakers-label {
  background: #FFFFFF24;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 15px;
}

.agenda-speakers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ag-speaker-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ag-speaker-item img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #cfa168;
}

.ag-speaker-info h4 {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.ag-speaker-info span {
  font-size: 12px;
  color: #D9D9D9;
}

.Agendatitle:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.popup-overlay-agenda {
  z-index: 99990;
}

.popup-overlay {
  z-index: 99999 !important;
}

.popup-content-agenda::-webkit-scrollbar {
  width: 8px;
  margin: 25px;
}

.popup-content-agenda::-webkit-scrollbar-track {
  background: transparent;
  margin: 25px;
  border-radius: 10px;
}

/* لون المقبض (الجزء اللي بيتحرك) */
.popup-content-agenda::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  margin: 25px;
  border: 2px solid #1a1a1a;
}

.popup-content-agenda::-webkit-scrollbar-thumb:hover {
  background: #555;
  margin: 25px;
}


.popup-body::-webkit-scrollbar {
  width: 8px;
}

.popup-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.popup-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.popup-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}






@media (max-width: 768px) {
  .agenda-header-top {
    flex-direction: column-reverse;
  }

  .agenda-badge {
    align-self: flex-start;
  }

  .popup-content-agenda {
    padding: 25px;
    width: 95%;
  }

  .agenda-header-top h2 {
    font-size: 24px;
  }
}

.boucher-order-item-wrapper {
  display: flex;
  z-index: 1;
  flex-direction: column;
  gap: 9px;
  background: #0000004F;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.ProjectManagement {
  box-shadow: 0px 25px 50px -12px #00000040;
  background: linear-gradient(135deg, #000000 0%, #262626 50%, #000000 100%);
  width: 90%;
  border-radius: 24px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.PartBiggest {
  font-size: 18px;
  font-weight: 500;
  margin: 1rem 0;
  color: #FFFFFF;
}

.ProjectManagement .prag {
  width: 50%;
  /* border-top: 0.88px solid #FFFFFF33; */
  background: #FFFFFF1A;
  border: 0.88px solid #FFFFFF33;
  font-size: 16px;
  font-weight: 400;
  padding: 2rem;
  border-radius: 16px;
  color: #E2E8F0;
}

.ProjectManagement .Title {
  font-size: 34px;
  font-weight: 700;
  background: linear-gradient(90deg, #FFD230 0%, #FE9A00 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ProjectManagement .sub {
  color: white;
  font-size: 34px;
  font-weight: 700;
  margin: 1rem 0;
}

.ProjectManagement .footer-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0;
  gap: 15px;
}

.footer-line-item {

  color: #CAD5E2;
  font-size: 16px;
  font-weight: 400;
}

.Biggest {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.AnnualEvent {

  background: #FE9A0033;
  color: #FFD230;
  border-radius: 100px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.Messagesections {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 85%;
}

.Messagesections-img img {
  width: 400px;
}

.Messagesections-text {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.Messagesections-h1 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 700;
}

.Messagesections-parag {
  text-align: start;
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 500;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.Messagesections-ul {
  list-style: initial;
  padding: 0 2rem;
}

.Messagesections-ul li {

  list-style-type: disc;
}

.Messagesections-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border: 1px solid var(--strock, #FFFFFF29);
  backdrop-filter: blur(40px);
  width: 100%;
  background: var(--fill-black, #0000000A);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
}

.Messagesections-footer p {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 500;
}

.Messagesections-footer-h1 {
  color: #D9D9D9;
  font-size: 24px;
  font-weight: 700;
}

/* =============== */

@media only screen and (max-width: 1024px) {
  .home-static-text h2 {
    padding-top: 200px !important;
  }

  .footer-menu-cont {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .footer-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #about .section-title p {
    padding: 0px 0rem;
  }
}

@media only screen and (max-width: 768px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-static-text h2 {
    font-size: 21px !important;
  }

  .cd-headline-custom-title2 {
    font-size: 15px !important;
  }

  .section-padding {
    padding: 70px 0;
  }

  .section-back-image-custom .is-full-width {
    font-size: 22px;
    margin: 2rem 0;
  }

  .section-back-image-custom h3 {
    font-family: "Tajawal" !important;
    font-size: 31px !important;
    margin-bottom: 40px !important;
  }

  .section-SCHEDULE-custom h3 {
    font-size: 18px;
  }

  .section-SCHEDULE-custom h1 {
    font-size: 30px;
  }

  /* .schedule-header .schedule-header-btn {
    width: 255px;

    height: 65px;
  } */

  .schedule-header .schedule-header-btn .day {
    font-size: 19px;
    margin: 0px;
  }

  .schedule-header .schedule-header-btn .date {
    font-size: 14px;
  }

  .swiper-slide-details {
    width: 310px !important;
  }

  /* .swiper-rtl .swiper-button-prev {
    right: -17px !important;
  }
  .swiper-rtl .swiper-button-next {
    left: -17px !important;
  } */
  .section-title-details-event h3 {
    font-size: 18px !important;
  }


  .section-title-details-event h1 {
    margin: 13px !important;
    font-size: 30px !important;
  }

  .content-dateline-date h2 {
    width: 158px;
    font-size: 22px;
  }

  .content-dateline-date p {
    font-size: 18px;
  }

  .content-dateline-date {
    padding: 22px;
  }

  .timeline-item p {
    width: 135px;
  }

  .timeline-item .time-left {
    width: auto;
    font-size: 14px;
  }

  .vedio-live {
    font-size: 19px;
    margin-bottom: 7px !important;
  }

  .section-content-vedio h1 {
    font-size: 25px !important;
  }

  .boucher-promo-custom .boucher-promo-custom-Pheader {
    font-size: 23px !important;
    margin-bottom: 15px;
  }

  .boucher-promo-custom .boucher-promo-custom-header {
    font-size: 30px !important;
  }

  .boucher-order-list {
    margin: 4rem 0;
    gap: 15px;
  }

  .boucher-order-details {
    margin-bottom: 0;
  }

  .boucher-order-item {
    font-size: 30px !important;
    margin: 1rem 0;
  }

  .section-custom-event {
    margin-bottom: 25px;
  }

  .section-custom-event h1 {
    font-size: 30px;
  }

  .section-custom-event h3 {
    font-size: 19px;
    margin: 0.5rem !important;
  }

  .section-img-details-event h1 {
    font-size: 30px !important;
  }

  .section-img-details-event h3 {
    font-size: 20px;
  }

  .mySwiper2 {
    height: 630px;
  }

  .mySwiper-3 .swiper-slide {
    height: auto !important;
    overflow: hidden !important;
  }

  .footer-widget {
    display: flex;
    justify-content: center;
  }

  .section-back-Municipalities .section-title {
    display: flex;
    flex-direction: column;
  }

  .section-SPEAKERS-custom-popup-overlay .popup-body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;


  }

  .section-SPEAKERS-custom-popup-overlay .popup-header {
    width: 300px;
  }

  .section-SPEAKERS-custom-popup-overlay .popup-img-wrapper img {
    width: 280px;
    height: 280px;
  }

  .ProjectManagement {

    flex-wrap: wrap;
  }

  .Biggest {
    width: 100%;
  }

  .ProjectManagement .prag {
    width: 100%;
  }

  .Messagesections {

    flex-wrap: wrap;
  }

  .Messagesections-img img {
    width: 250px;
  }

  .Messagesections-h1 {
    font-size: 26px;
    align-items: center;
    width: 100%;
  }

  .Messagesections-parag {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 500px) {
  .section-padding {
    padding: 90px 0;
  }

  .cd-headline-custom {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }

  .countdown-container {
    gap: 0px;
  }

  .home-static-text h3 {
    font-size: 25px;
  }

  .cd-headline-custom-title2 {
    font-size: 12px !important;
  }

  .section-back-image-custom .is-full-width {
    font-size: 20px;
  }

  .home-static-text h2 {
    font-size: 18px !important;
  }

  .section-back-image-custom h3 {
    display: flex;
    justify-content: flex-start;
    font-size: 28px !important;
  }

  .section-SCHEDULE-custom h1,
  .section-title-details-event h1 {
    font-size: 30px;
  }

  .section-SCHEDULE-custom h3,
  .section-title-details-event h3 {
    font-size: 18px;
  }

  .content-dateline-date {
    padding: 22px;
  }

  .content-dateline-date h2 {
    font-size: 18px;
    width: 120px;
  }

  .content-dateline-date p {
    font-size: 15px;
  }

  .countdown-container {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .countdown-container span {
    font-size: 16px;
  }

  .countdown-container h4 {
    font-size: 25px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
  }

  .home-btn-wrapper {
    margin-top: 10px;
  }

  .schedule-header .schedule-header-btn {
    height: 60px;
    width: 215px;
  }

  .schedule-header .schedule-header-btn .day {
    font-size: 17px;
    margin: 0px;
  }

  .timeline-item {
    display: flex;
    flex-direction: column;
  }

  .timeline-item .time-left {
    width: auto;
    font-size: 11px;
  }

  .vedio-live {
    font-size: 15px;
    margin-bottom: 0px !important;
  }

  .vedio-live img {
    margin: 0;
    width: 23px;
  }

  .section-content-vedio h1 {
    font-size: 18px !important;
  }

  .boucher-promo-custom .boucher-promo-custom-Pheader {
    font-size: 17px !important;
    margin-bottom: 16px;
  }

  .boucher-promo-custom .boucher-promo-custom-header {
    font-size: 20px !important;
  }

  .boucher-order-list {
    margin: 2rem 0;
  }

  .boucher-order-details {
    margin-bottom: 2rem;
    width: 135px;
  }

  .boucher-order-details img {
    width: 20px;
  }

  .boucher-order-item {
    font-size: 18px;
    margin: 1rem 0;
  }

  .boucher-order-info {
    font-size: 20px;
  }

  .section-custom-event h1 {
    font-size: 23px !important;
  }

  .section-custom-event h3 {
    font-size: 18px !important;
    margin: 0.5rem !important;
  }

  /* .swiper-rtl .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 30px !important;
  } */
  .section-img-details-event h3 {
    margin: 0.5rem !important;
    font-size: 18px !important;
  }

  .section-img-details-event h1 {
    font-size: 30px !important;
  }

  .mySwiper2 {
    height: 615px;
  }

  .footer-menu {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .schedule-header {
    display: flex;
    flex-direction: column;
  }

  .section-agenda .content-details {
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
  }

  .section-agenda .content-details .details-title {
    width: 85%;
    padding: 0;
  }

  .section-agenda .content-details .title {
    width: 80%;
    margin: auto;
  }

  .section-agenda .content-details .speaker {
    width: 80%;
    margin: auto;
  }

  .list-button-cust {
    display: flex;
    flex-direction: column;
  }

  .section-SCHEDULE-custom .mySwiper {
    width: 250px !important;
    direction: ltr;
  }

  .swiper-slide-details {
    width: 225px    !important;
    display: flex !important;
    align-items: flex-end;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .sections-MomentsFocus .swiper-button-prev,
  .section-SCHEDULE-custom .swiper-button-prev,
  .mySwiper-list .swiper-button-prev {
    height: 40px;
    width: 40px;
  }

  .sections-MomentsFocus .swiper-button-next,
  .section-SCHEDULE-custom .swiper-button-next,
  .mySwiper-list .swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .mySwiper-list .swiper-slide {
    width: 220px !important;
  }

  .mySwiper-list {
    width: 250px !important;
    display: flex !important;
    justify-content: center;
  }

  .mySwiper-list .swiper-button-prev {
    left: 3%;
  }

  .mySwiper-list .swiper-button-next {
    right: 3%;
  }

  .sectionINTOUCH .boucher-order-input {
    width: 96%;
  }

  .mySwiper-3 .swiper-wrapper {
    align-items: center;
    justify-content: flex-start;
    display: flex;
  }

  .g-recaptcha iframe {
    scale: 0.7;
  }
}










.main-head .logo img {
  width: 100px;
}

.section-main-event.event-deta {
  background: #dda85c url(/Uploads/Events/full_) no-repeat center !important;
}

@media (max-width: 991px) {
  .main-head {
    overflow: initial;
  }

  .navbar-toggler {
    right: 0;
    left: unset;
  }

  .navbar-collapse {
    top: 10px;
  }

  .ticket-body .row.m1.px-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .ticket-body .col-lg-7 {
    padding: 0;
    width: 50% !important;
  }

  .ticket-body .col-lg-5 {
    width: 30% !important;
    padding: 0;
  }

  .quantity.quantity2 input {
    border: 1.114px solid #dda85c;
  }

  .footer .col-lg-7 {
    width: 60%;
  }

  .footer .col-lg-2 {
    width: 20%;
  }

  .footer .foot-logo {
    margin: 0;
  }

  .boucher-orderHIGHLIGHTS {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .boucher-order-list {
    margin: 0 !important;
    width: 100% !important;
  }

  .boucher-order-details {
    width: 100%;
  }

  .boucher-order-details-only {
    width: 100%;
    height: 185px;
  }

  .boucher-order-details img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }

  .boucher-promo-custom h1 {
    margin-bottom: 3rem;
    font-size: 30px;
  }

  .nav-item.ticket-btn {
    margin-bottom: 1rem;
  }

  .section-back-contectUs .is-full-width {
    font-size: 30px;
    margin: 1rem 0;
  }

  .list-partners-cust {
    margin: 1rem 0;
  }
}

.boucher-order-item {
  background: linear-gradient(180deg, #CBAA6A 0%, #6B3D0E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* html[lang="ar"] .swiper-rtl .swiper-button-prev {
  right: 25px !important;
}

html[lang="ar"] .swiper-rtl .swiper-button-next {
  left: 25px !important;
} */

.formContact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sectionINTOUCH .boucher-order-input button {
  background: linear-gradient(283.02deg, #6B3D0E -4.54%, #CBAA6A 77.58%);
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  color: white;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
}
.section-SPEAKERS-custom-popup-overlay .popup-job{
    width: 300px;
}
.section-SPEAKERS-custom-popup-overlay .popup-details {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 1rem;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  color: white;
}
.popup-details p strong {
  font-size: 24px;
  color: #CBAA6A;
  margin: 0;
  font-weight: 700;
}

.popup-details .etn-schedule-info .etn-title {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
  font-weight: 700;
}

.section-SPEAKERS-custom-popup-overlay .popup-details:nth-child().etn-schedule-info {
  font-size: 14px;
  margin-bottom: 10px;
  background: var(--fill-white, #FFFFFF24);
  padding: 8px;
  border-radius: 12px;
  color: white;
  display: flex;
  justify-content: center;
}

.boucher-order-item {
    background: linear-gradient(180deg, #CBAA6A 95%, #6B3D0E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}