html {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  html {
    overflow: auto;
  }
}

body {
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  color: #93989b;
  line-height: 1.5em;
  overflow-x: clip;
  margin: auto;
  background: #d6d4ca;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  font-weight: 600;
}

a {
  color: #d6d4ca;
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

a:focus,
a:hover {
  color: #d6d4ca;
  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: #fff;
  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: #333;
  color: #fff;
  font-size: 26px;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 10px !important;
  right: 10px !important;
  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;
}

.topcontrol:hover {
  background: #333;
  color: #fff;
}

/*END SCROLL TO TOP*/

.section-padding {
  padding: 100px 0;
  position: relative;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.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-title h3 {
  color: #333;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-static-text h2 {
    padding-top: 200px !important;
  }
}

@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: #d6d4ca;
  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%;
  }
}

#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: "Graphik Arabic", "GraphikArabic", 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: #d6d4ca;
  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: #d6d4ca;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
  color: #fff;
}

#mainNav.navbar-shrink {
  border-bottom: 1px solid #4a3148;
  background-color: #4a3148;
  padding: 10px 20px;
}

#mainNav.navbar-shrink .navbar-brand {
  color: #222222;
}

#mainNav.navbar-shrink .navbar-brand:hover,
#mainNav.navbar-shrink .navbar-brand:focus {
  color: #d6d4ca;
}

#mainNav.navbar-shrink .navbar-nav>li>a.active {
  color: #d6d4ca;
  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: #d6d4ca;
}

#mainNav .navbar-nav>li.ticket-btn>a {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-left: 50px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 575px) {
  #mainNav {
    background-color: #4a3148;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #d6d4ca;
  }

  #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: #4a3148;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #d6d4ca;
  }

  #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: #4a3148;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #d6d4ca;
  }

  #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: #d6d4ca;
  font-weight: 400;
}

.countdown-container h4 {
  font-size: 60px;
  color: #d6d4ca;
  display: inline-block;
  margin-right: 20px;
  background: #353e3c99;
  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;
  }

  .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;
  }

  .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;
  }

  .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: #d6d4ca;
}

.owl-theme.home-slider .owl-dots div.active span {
  background: #d6d4ca;
}

.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: #d6d4ca;
  color: #fff;
  border-color: #d6d4ca;
}

.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: #d6d4ca;
  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: block;
}

.about-image img {
  /* position: absolute; */
  top: 5px;
}

@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;
}

#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: #d6d4ca;
  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
* ----------------------------------------------------------------------------------------
*/

.schedule-tab .nav-tabs {
  border: none;
}

.schedule-tab .nav-tabs .nav-link.active {
  border: 1px solid #d6d4ca;
  border-radius: 0;
  background-color: #d6d4ca;
  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: #d6d4ca;
}

.schedule-tab .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #d6d4ca;
  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: #d6d4ca;
}

.schedule-single-info span a {
  color: #777;
}

.schedule-single:hover .schedule-btn {
  background-color: #d6d4ca;
}

.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: #d6d4ca;
}

@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: #d6d4ca;
  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: #d6d4ca;
}

.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 #d6d4ca;
}

.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: #d6d4ca;
}

.owl-theme.testimonial-slider .owl-dots div.active span {
  background: #d6d4ca;
}

.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: #d6d4ca;
  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: #d6d4ca;
  color: #d6d4ca;
  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: #d6d4ca;
  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: #d6d4ca;
}

.owl-theme.event-slider .owl-dots div.active span {
  background: #d6d4ca;
}

.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: #d6d4ca;
  border-top-color: #d6d4ca;
}

.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 #d6d4ca;
  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: #d6d4ca;
}

/*
* ----------------------------------------------------------------------------------------
* 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 #d6d4ca;
}

.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: #d6d4ca;
  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 #d6d4ca;
}

#gmap_canvas {
  width: 100%;
  height: 400px;
  border-top: 4px solid #d6d4ca;
}

.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 #d6d4ca;
  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: #d6d4ca;
}

.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: #d6d4ca;
  -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: #d6d4ca;
}

.single-con-address-text p {
  margin-bottom: 10px;
  color: #ddd;
}

.success-box {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  background: #d6d4ca;
  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;
}

.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: #d6d4ca;
}

.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: #d6d4ca;
  color: #fff;
  border-color: #d6d4ca;
}

@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;
}

.btn-home-cust {
  background: #4a3148;
  width: 155px;
  height: 56px;
  align-content: center;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
}

.nav-linkTicket-app {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
}

.nav-linkTicket-lang {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
}

.cd-headline-custom {
  font-size: 40px !important;
  color: #d6d4ca !important;
  line-height: 36px;
}

.cd-headline-custom-title {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
}

.cd-headline-custom-title2 {
  font-size: 28px !important;
}

.section-back-image-custom {
  background: #4a3148 !important;
  padding: 144px 0 !important;
}

.section-back-image-custom .section-title {
  margin-bottom: 40px !important;
}

.section-back-image-custom .p-frist {
  color: white !important;
  font-size: 20px !important;
}

.section-back-image-custom h3 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  font-size: 42px !important;
  color: white !important;
  margin-bottom: 57px !important;
}

.section-SCHEDULE-custom h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  margin: 1rem !important;
  font-size: 44px;
  font-weight: 700;
}

.swiper-slide-speaker-name {
  color: #353e3c !important;
  font-size: 16px !important;
}

.section-title-details-event h3 {
  color: #d6d4ca !important;
  font-size: 24px !important;
}

.section-title-details-event h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  color: #fff !important;
  margin: 20px !important;
  font-size: 48px !important;
}

.boucher-promo-custom .boucher-promo-custom-Pheader {
  color: #d6d4ca !important;
  font-size: 24px !important;
}

.boucher-promo-custom .boucher-promo-custom-header {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-content-vedio h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-custom-event h3 {
  color: #d6d4ca !important;
  margin: 1rem !important;
}

.section-custom-event h1 {
  font-family: "Graphik Arabic", "GraphikArabic";
}

.section-img-details-event h3 {
  color: #d6d4ca !important;
  margin: 1rem !important;
}

.section-img-details-event h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  color: #fff !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-SCHEDULE-custom h3 {
  color: #d6d4ca;
  font-size: 24px;
}

.section-back-image-custom .is-full-width {
  font-size: 30px;
  color: #d6d4ca;
  line-height: 36px;
}

.about-image-Asset-right,
.about-image-Asset-left {
  position: absolute;
  top: 0;
}

.about-image-Asset-right {
  right: 0;
}

.about-image-Asset-left {
  left: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide-details {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px !important;
  width: 330px !important;
  background: #ffffff0f;
  border: 1px solid #353e3c1f;
  backdrop-filter: blur(40px);
  border-radius: 24px;
  padding: 10px;
  margin-left: 18px !important;
}

.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;
}

.schedule-header .schedule-header-btn {
  width: 320px;
  background: #4a31481f;
  height: 80px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(40px);
  border: 1px solid var(--green, #4a3148);
  color: black;
}

.schedule-header .schedule-header-btn.active {
  background: #4a3148 !important;
  color: white !important;
}

.schedule-header .schedule-header-btn .day {
  font-size: 24px;
  margin: 3px;
}

.schdule-header .schedule-header-btn .date {
  font-size: 16px;
  margin: 3px;
}

.swiper-rtl .swiper-button-prev {
  right: -40px !important;
  color: #3b73b9;
}

.swiper-rtl .swiper-button-next {
  left: -30px !important;
  color: #3b73b9;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 30px !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: #4a3148;
  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: #4a3148;
  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:last-child::before {
  content: none;
}

.timeline-item p {
  color: white;
}

.content-dateline {
  display: flex;
  align-items: center;
  width: 100%;
}

.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: #d6d4ca;
  font-size: 48px;
}

.content-dateline-date p {
  color: white;
  font-size: 32px;
}

.vedio-live {
  color: #d6d4ca !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;
}

.boucher-order-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}

.boucher-order-details img {}

.boucher-order-item {
  color: #d6d4ca;
  font-size: 36px;
  font-weight: 700;
  margin: 2rem 0;
}

.boucher-order-info {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.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: #4a3148;
  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%;
}

.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: #4a3148;
}

.text-widget-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-widget-footer ul {
  display: flex;
  justify-content: space-between;
}

.text-widget-footer .icofont {
  color: white;
  background: #d6d4ca;
  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;
}

.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;
}

.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: 0.7;
  border-radius: 9px;
  overflow: hidden;
}

.mySwiper-3 .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #d6d4ca;
}

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

.mySwiper-3 .swiper-slide {
  transition: opacity 0.3s;
}

.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:hover img {
  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;
}

/* العناصر بتاعة الـ 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: #d6d4ca;
}

/* النص اللي على اليسار */
.timeline-item .time-left {
  transition: color 0.3s ease;
}

.timeline-item:hover .time-left {
  color: #d6d4ca;
}

.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: 20px 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;
}

/* حركة لطيفة على الهوفر */
.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;
}

.boucher-order-details:hover .boucher-order-item {
  color: #d6d4ca;
}

/* الكرت الأساسي للمتحدث */
.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;
}

.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: #d6d4ca;
}

.speaker-card:hover .swiper-slide-btn-on {
  transform: translateY(2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background-color: #d6d4ca;
}

/* سوشيال أيقونز */
.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: #d6d4ca;
}

/* المكان في الفوتر */
.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: #d6d4ca;
}

.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: #d6d4ca;
  transition: width 0.3s ease;
}

.footer-menu .nav-link:hover {
  color: #d6d4ca;
}

.footer-menu .nav-link:hover::after {
  width: 45%;
}

/* أزرار التطبيق واللغة */
.footer-widget-btns .nav-link-app,
.footer-widget-btns .nav-link-lang {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.footer-widget-btns .nav-link-app:hover,
.footer-widget-btns .nav-link-lang:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.footer-widget-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 15px;
}

.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);
}

@media only screen and (max-width: 768px) {
  .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;
    text-align: start;
  }

  .section-back-image-custom h3 {
    font-family: "Graphik Arabic", "GraphikArabic" !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: 35px;
  }

  .boucher-order-details {
    margin-bottom: 2rem;
  }

  .boucher-order-item {
    font-size: 30px;
    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;
  }
}

@media only screen and (max-width: 480px) {
  .section-padding {
    padding: 90px 0;
  }

  .cd-headline-custom {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }

  .countdown-container {
    gap: 20px;
  }

  .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: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
  }

  .home-btn-wrapper {
    margin-top: 22px;
  }

  .schedule-header .schedule-header-btn {
    height: 60px;
  }

  .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: 16px;
  }

  .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%;
  }
}

.animate {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate.fadeInUp {
  transform: translateY(40px);
}

.animate.fadeInDown {
  transform: translateY(-40px);
}

.animate.fadeInLeft {
  transform: translateX(-40px);
}

.animate.fadeInRight {
  transform: translateX(40px);
}

.animate.zoomIn {
  transform: scale(0.8);
}

/* الحالة النهائية لما الجافاسكريبت يضيف كلاس show */
.animate.show {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* --- HEADER --- */
.threds-header {
  width: 100%;
  padding: 25px 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
}

/* هذه الكلاس يتم إضافتها تلقائياً بواسطة سكريبت الـ JS الخاص بك عند النزول */
.threds-header.navbar-shrink {
  padding: 15px 0;
  /* background-color: rgba(27, 27, 27, 0.95) !important; */
  /* backdrop-filter: blur(10px); */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
}

.threds-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.threds-header__logo img {
  height: auto;
  max-height: 50px;
  transition: transform 0.3s ease;
}

.threds-header__logo:hover img {
  transform: scale(1.05);
}

.threds-header__menu {
  display: flex;
  gap: 40px;
  /* المسافة بين اللينكات مطابقة للفيجما */
  margin: 0;
  padding: 0;
}

.threds-header__menu li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  position: relative;
  padding-bottom: 5px;
}

.threds-header__menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #d6d4ca;
  transition: width 0.3s ease;
}

.threds-header__menu li a:hover,
.threds-header__menu li a.active {
  opacity: 1;
  color: #ffffff;
}

.threds-header__menu li a:hover::after,
.threds-header__menu li a.active::after {
  width: 100%;
}

.threds-header__lang a {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.threds-header__lang a:hover {
  color: #d6d4ca;
}

.threds-header__toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
}

.threds-header__toggle span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

/* --- HERO SECTION --- */
.threds-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  overflow: hidden;
}

.threds-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.threds-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  /* للتركيز على الجمال في الأسفل */
}

/* الجراديانت الأسود المتدرج من تحت لفوق عشان الكلام يكون واضح */
.threds-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.threds-hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
}

.threds-hero__text {
  max-width: 700px;
}

.threds-hero__title {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.threds-hero__desc {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 0;
}

.btn-threds-outline {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 35px;
  border: 1px solid #e9e7e23d;
  border-radius: 50px;
  color: #e9e7e2;
  font-size: 22px;
  font-weight: 700;
  /* background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px); */
  transition: all 0.3s ease;
}

.btn-threds-outline svg {
  transition: transform 0.3s ease;
}

.btn-threds-outline:hover {
  background-color: #ffffff;
  color: #1b1b1b;
  border-color: #ffffff;
}

.btn-threds-outline:hover svg {
  transform: translateX(-5px);
}

.threds-about {
  background-color: #e8e6df;
  overflow: hidden;
}

.threds-about__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}

.threds-about__title {
  color: #4a3148;
  font-size: 52px;
  font-weight: 700;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  white-space: nowrap;
  margin: 0;
}

.threds-about__desc {
  color: #37261e;
  font-size: 24px;
  line-height: 1.8;
  max-width: 650px;
  font-family: "Graphik Arabic", "GraphikArabic", "Cairo", sans-serif;
  font-weight: 600;
  margin: 0;
}

.threds-about__middle {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.massive-text {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 16vw;
  font-weight: 700;
  color: #1a1f36;
  line-height: 1;
  margin: 0;
  letter-spacing: -2px;
}

.threds-about__bottom {
  width: 100%;
  position: relative;
}

.threds-about__bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.threds-services {
  background-color: #4a3148;
  overflow: hidden;
  padding-bottom: 80px;
}

.threds-services__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.threds-services__info {
  max-width: 530px;
}

.threds-services__title {
  color: #d6d4ca;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
}

.threds-services__desc {
  color: #d6d4ca;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.btn-threds-dark {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  background-color: #4a3148;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid var(--main, #4a3148);
}

.btn-threds-dark:hover {
  background-color: #352334;
  transform: translateY(-3px);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(74, 49, 72, 0.3);
}

.btn-threds-dark svg {
  transition: transform 0.3s;
}

.btn-threds-dark:hover svg {
  transform: translateX(-5px);
}

.threds-services__slider-wrap {
  padding: 0;
}

.services-swiper {
  width: 100%;
  padding-bottom: 20px;
}

.service-card {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover img {}

.service-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.service-card__title {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: right;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.services-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.services-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-nav-btn:hover,
.services-nav-btn:focus {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
  outline: none;
}

.threds-works {
  background-color: #4a3148;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.threds-works__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.threds-works__info {
  max-width: 500px;
}

.threds-works__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  color: #d6d4ca;
  margin-bottom: 10px;
}

.threds-works__desc {
  font-size: 24px;
  color: #d6d4ca;
  line-height: 1.6;
  margin: 0;
}

.btn-threds-outline-light {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-threds-outline-light:hover {
  background-color: #ffffff;
  color: #4a3148;
}

.btn-threds-outline-light svg {
  transition: transform 0.3s ease;
}

.btn-threds-outline-light:hover svg {
  transform: translateX(-5px);
}

.threds-works__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #867b7266;
  text-decoration: none;
  color: #ffffff;
  /* transition: border-color 0.3s ease; */
}

.work-item:last-child {
  border-bottom: none;
}

.work-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-item__title {
  font-size: 32px;
  color: #d6d4ca;
  font-weight: 600;
  margin: 0;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.work-item__img-wrap {
  /* width: 56%; */
  /* height: 220px; */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-item:hover .work-item__title {
  transform: translateX(-15px);
  color: #d6d4ca;
}

.work-item:hover .work-item__img-wrap {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.work-item:hover .work-item__img-wrap img {
  transform: scale(1.05);
}

.threds-fields {
  background-color: #e8e6df;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-fields__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.threds-fields__info {
  max-width: 550px;
}

.threds-fields__title {
  color: #4a3148;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.threds-fields__desc {
  color: #4a3148;
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
}

.fields-swiper {
  width: 100%;
  padding-bottom: 30px;
}

.field-card {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.field-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.field-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(45, 37, 58, 0.7) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

.field-card:hover .field-card__overlay {
  opacity: 0.9;
}

.field-card__icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
  z-index: 2;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.field-card:hover .field-card__icon {
  transform: translate(-50%, -60%) scale(1.1);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

.field-card__title {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
  /* padding: 0 15px; */
  transition: 0.4s ease;
}

.field-card:hover .field-card__title {
  bottom: 35px;
}

.fields-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 10px;
}

.fields-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fields-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

.threds-achievements {
  position: relative;
  background-color: #5d4658;
  color: #ffffff;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.threds-achievements__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

.threds-achievements__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4a314899;
  z-index: 1;
}

.threds-achievements__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.threds-achievements__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-achievements__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.threds-achievements__text {
  flex: 1;
  max-width: 500px;
}

.threds-achievements__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  color: #f4f3f1;
  margin: 0;
}

.threds-achievements__stats {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;

  justify-items: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px 20px;
}

.stat-item__number {
  font-size: 112px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.stat-item__number::before {
  margin: 0 2px;
}

.stat-item__label {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.threds-news {
  background-color: #4a3148;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.threds-news__info {
  max-width: 500px;
}

.threds-news__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--purity, #d6d4ca);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Headlines/H1 */
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 121.212% */
}

.threds-news__desc {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  color: var(--purity, #d6d4ca);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Regular/24 */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

.threds-news__action .btn-threds-dark {
  border-radius: 50px;
  border: 1px solid rgba(233, 231, 226, 0.24);
  background: rgba(255, 255, 255, 0.2);
}

.news-swiper {
  width: 100%;
  padding-bottom: 20px;
}

.news-card {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.news-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-card:hover .news-card__bg {
  transform: scale(1.08);
}

.news-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news-card__date {
  color: #efc9c3;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.news-card__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.news-card:hover .news-card__title {
  color: #e0a99a;
}

.news-card__tags {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.tag {
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.tag--primary {
  border: 1px solid #f6aa95;
  background-color: #f6aa95;
  color: #37261e;
}

.tag--glass {
  background-color: #867b72;
  border: 1px solid #867b72;
}

.news-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 2rem;
}

.news-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

.threds-contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.threds-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.threds-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 49, 72, 0.4);
  z-index: 1;
}

.threds-contact__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.threds-contact__text {
  flex: 1;
  max-width: 500px;
}

.threds-contact__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  color: #f4f3f1;
  margin-bottom: 15px;
  line-height: 1.2;
}

.threds-contact__desc {
  font-size: 24px;
  color: #f4f3f1;
  line-height: 1.8;
}

.threds-contact__form-wrap {
  flex: 1;
  max-width: 480px;
  background-color: #d6d4ca;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.threds-form__group {
  margin-bottom: 20px;
}

.threds-form__group label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #37261e;
  margin-bottom: 8px;
}

.threds-form input,
.threds-form textarea {
  width: 100%;
  padding: 14px 18px;
  background-color: #ffffff24;
  border: 1px solid var(--400, #bcb6a9);
  border-radius: 12px;
  font-size: 15px;
  color: #37261e;
  transition: all 0.3s ease;
}

.threds-form input::placeholder,
.threds-form textarea::placeholder {
  color: rgba(45, 37, 58, 0.4);
}

.threds-form input:focus,
.threds-form textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #4a3148;
  box-shadow: 0 0 0 3px rgba(74, 49, 72, 0.1);
}

.threds-form__submit {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.threds-form__submit .btn-threds-dark {
  border: none;
  cursor: pointer;
}

.threds-form__success {
  margin-top: 20px;
  padding: 15px;
  background-color: #d4edda;
  color: #155724;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.threds-footer {
  background-color: #4a3148;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 30px;
}

.threds-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 10px;
}

.threds-footer__about {
  flex: 0 1 35%;
}

.threds-footer__logo {
  display: block;
  margin-bottom: 20px;
}

.threds-footer__logo img {
  max-width: 220px;
  height: auto;
}

.threds-footer__desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.threds-footer__links {
  flex: 0 1 25%;
  text-align: center;
}

.threds-footer__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

.threds-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.threds-footer__links li {
  margin-bottom: 15px;
}

.threds-footer__links a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  display: inline-block;
}

.threds-footer__links a:hover {
  color: #e0a99a;
  transform: translateX(-5px);
}

.threds-footer__contact {
  flex: 0 1 30%;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-box__text {
  text-align: right;
  display: flex;
  flex-direction: column;
  width: 160px;
}

.contact-box__label {
  font-size: 13px;
  color: #b17a3b;
  margin-bottom: 5px;
}

.contact-box__value {
  font-size: 15px;
  font-weight: 600;
  color: #d6d4ca;
  transition: color 0.3s ease;
}

.contact-box__value:hover {
  color: #b17a3b;
}

.contact-box__icon svg {
  color: #ffffff;
  opacity: 0.9;
}

.threds-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.threds-footer__social {
  display: flex;
  gap: 15px;
}

.threds-footer__social a {
  color: rgba(255, 255, 255, 0.7);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.threds-footer__social a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.threds-footer__copyright p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.threds-hero-premium {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.threds-hero__container {
  margin-bottom: 50px;
  width: 90%;
}

.hero-premium__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-premium__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-premium__overlay-dark {
  position: absolute;
  inset: 0;
}

.hero-premium__overlay-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      transparent 20%,
      rgba(26, 16, 30, 0.7) 100%);
}

.hero-premium__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero-decor {
  position: absolute;
  z-index: 2;
  opacity: 0.35;
  pointer-events: none;
}

.hero-decor--top-left {
  top: 6rem;
  left: 2.5rem;
}

.hero-decor--bottom-right {
  bottom: 5rem;
  right: 2.5rem;
  opacity: 0.25;
}

.hero-decor--top-right {
  top: 6rem;
  right: 2.5rem;
}

.hero-decor--bottom-left {
  bottom: 5rem;
  left: 2.5rem;
  opacity: 0.25;
}

.hero-decor--right-center {
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  opacity: 0.25;
}

.hero-decor--left-center {
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  opacity: 0.25;
}

.hero-decor--top-center {
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
}

.hero-decor--bottom-center {
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
}

.hero-text-decor {
  position: absolute;
  z-index: 2;
  font-family: sans-serif;
  font-size: 10px;
  color: rgba(214, 212, 203, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  pointer-events: none;
}

.hero-text-decor--top-right {
  top: 18%;
  right: 2rem;
  text-align: right;
}

.hero-text-decor--bottom-left {
  bottom: 2rem;
  left: 2rem;
}

@media (max-width: 991px) {

  .hero-decor,
  .hero-text-decor {
    display: none;
  }
}

.hero-premium__content-wrap {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.hero-premium__content {
  max-width: 800px;
  margin: 0 auto;
  pointer-events: auto;
}

.hero-premium__logo {
  width: 250px;
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.hero-premium__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #d6d4cb;
  margin-bottom: 20px;
}

.hero-premium__desc {
  font-size: 16px;
  color: rgba(214, 212, 203, 0.4);
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.hero-premium__actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-premium-solid,
.btn-premium-outline {
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-premium-solid {
  background-color: #d8b56e;
  color: #2a1e2e;
}

.btn-premium-solid:hover {
  background-color: #c9a560;
}

.btn-premium-outline {
  background-color: transparent;
  border: 1px solid rgba(214, 212, 203, 0.3);
  color: #d6d4cb;
}

.btn-premium-outline:hover {
  border-color: rgba(216, 181, 110, 0.7);
  color: #d8b56e;
}

@media (max-width: 576px) {
  .hero-premium__actions {
    flex-direction: column;
  }

  .hero-premium__title {
    font-size: 2.2rem;
  }
}

.hero-premium__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.hero-premium__dots span {
  width: 6px;
  height: 6px;
  background-color: rgba(214, 212, 203, 0.25);
  border-radius: 50%;
  transition: 0.5s;
}

.hero-premium__dots span.active {
  width: 24px;
  background-color: #d8b56e;
}

.hero-premium__scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(214, 212, 203, 0.3);
  animation: bounce 2s infinite;
  z-index: 3;
}

.threds-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.threds-works .work-item.animate.fadeInUp {
  opacity: 0;
  transform: translateY(80px) scale(0.8) rotateX(-10deg);
  transition:
    opacity 1s ease,
    transform 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) !important;

  will-change: transform, opacity;
  backface-visibility: hidden;
}

.threds-works .work-item.animate.fadeInUp.show {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0deg);
}

.work-item {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item:hover {
  transform: translateY(-10px) !important;
}

.work-item__img-wrap {
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-item:hover .work-item__img-wrap img {
  transform: scale(1.08);
}

.service-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.8;
  transition:
    opacity 0.4s ease,
    height 0.4s ease;
}

.service-card:hover .service-card__overlay {
  opacity: 1;
  height: 80%;
}

.service-card__title {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: right;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-card__title {
  transform: translateY(-35px);
}

.service-card__desc {
  position: absolute;
  bottom: 20px;
  /* width: 100%; */
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  z-index: 2;
  margin: 0;
  padding: 0 20px;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-card__desc {
  opacity: 1;
  transform: translateY(0);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover img {
  transform: scale(1.08);
}

.work-item__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(91 66 89 / 25%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.work-item__hover-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-item:hover .work-item__img-wrap::after {
  opacity: 1;
}

.work-item:hover .work-item__hover-box {
  opacity: 1;
  transform: translateX(0);
}

.work-item:hover .work-item__hover-box svg {
  animation: arrowPulse 1s infinite alternate ease-in-out;
}

@keyframes arrowPulse {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-5px);
  }
}

.threds-fields {
  background-color: #e8e6df;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-fields__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.threds-fields__info {
  max-width: 550px;
}

.threds-fields__title {
  color: #4a3148;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.threds-fields__desc {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.threds-header__actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.fields-swiper {
  width: 100%;
  padding-bottom: 30px;
}

.field-card {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.field-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.field-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(50, 30, 40, 0.1) 0%,
      rgba(50, 30, 40, 0.7) 100%);
  height: 100%;
  z-index: 1;
  transition: background 0.4s ease;
}

.field-card__icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100px;
  z-index: 2;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0.9;
}

.field-card__title {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
  margin: 0;
  /* padding: 0 15px; */
  transition: 0.4s ease;
}

.field-card:hover .field-card__bg {
  /* transform: scale(1.08); */
}

.field-card:hover::before {
  background: linear-gradient(to bottom,
      rgba(50, 30, 40, 0.3) 0%,
      rgba(50, 30, 40, 0.85) 100%);
}

.field-card:hover .field-card__icon {
  transform: translate(-50%, -60%) scale(1.1);
  opacity: 1;
}

.field-card:hover .field-card__title {
  transform: translateY(-45px);
}

.fields-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 2rem;
}

.fields-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fields-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

@media (max-width: 768px) {
  .threds-fields__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .field-card {
    height: 320px;
  }

  .threds-fields__slider-wrap {
    padding: 0 15px;
  }
}

.news-card__arrow {
  position: absolute;
  bottom: 0%;
  left: 20px;

  transform: translateY(-50%) translateX(-20px);

  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.news-card__arrow svg {
  color: #4a3148;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card__arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.news-card:hover .news-card__arrow svg {
  transform: translate(-2px, -2px);
}

.news-card:hover .news-card__overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.3) 100%);
}

@media (max-width: 991px) {
  .work-item__img-wrap {
    width: 55%;
  }

  .threds-achievements__container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .threds-achievements__text {
    max-width: 100%;
  }

  .threds-achievements__title {
    font-size: 32px;
  }

  .threds-achievements__stats {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .threds-footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .threds-footer__about,
  .threds-footer__links,
  .threds-footer__contact {
    flex: 1 1 100%;
    width: 100%;
  }

  .contact-box {
    justify-content: center;
  }

  .threds-footer__bottom {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }

  .threds-contact__container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .threds-contact__text {
    max-width: 100%;
  }

  .threds-contact__form-wrap {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px;
    text-align: right;
  }

  .threds-about__top {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }

  .threds-about__title {
    font-size: 28px;
  }

  .threds-about__desc {
    font-size: 16px;
    max-width: 100%;
  }

  .massive-text {
    font-size: 22vw;
  }

  .threds-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #4a3148;
    padding: 20px 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s ease;
  }

  .threds-header__nav.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .threds-header__menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .threds-header__toggle {
    display: flex;
  }

  .threds-hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .threds-hero__title {
    font-size: 36px;
  }

  .threds-hero__desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .threds-news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .news-card {
    height: 350px;
  }

  .threds-news__slider-wrap {
    padding: 0 15px;
  }

  .threds-fields__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .field-card {
    height: 320px;
  }

  .threds-fields__slider-wrap {
    padding: 0 15px;
  }

  .threds-works__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .work-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0;
  }

  .work-item__img-wrap {
    width: 100%;
    height: 200px;
  }

  .work-item__title {
    font-size: 20px;
  }

  .work-item:hover .work-item__title {
    transform: translateY(-5px);
  }

  .threds-services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .service-card {
    height: 300px;
  }

  .threds-services__slider-wrap {
    padding: 0;
  }
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: #ffffff;
  transition: border-color 0.4s ease;
}

.work-item__title {
  font-size: 32px;
  color: #d6d4ca;
  font-weight: 600;
  margin: 0;
  width: 45%;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.3s ease;
}

.work-item__img-wrap {
  width: 45%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition:
    width 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.work-item__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(74 49 72 / 36%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.work-item__hover-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.work-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-item:hover .work-item__title {
  transform: translateX(-20px);
  color: #ffffff;
}

.work-item:hover .work-item__img-wrap {
  width: 95%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.work-item:hover .work-item__img-wrap img {
  transform: scale(1.05);
}

.work-item:hover .work-item__img-wrap::after {
  opacity: 1;
}

.work-item:hover .work-item__hover-box {
  opacity: 1;
  transform: translateX(0);
}

.work-item:hover .work-item__hover-box svg {
  animation: arrowPulse 1s infinite alternate ease-in-out;
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: #ffffff;
  transition: border-color 0.4s ease;
}

.work-item__title {
  font-size: 24px;
  color: #d6d4ca;
  font-weight: 600;
  margin: 0;
  width: 45%;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.3s ease;
}

.work-item__img-wrap {
  width: 0%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition:
    width 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.2);
}

.work-item__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(74, 49, 72, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.work-item__hover-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.work-item.scroll-active .work-item__img-wrap {
  width: 45%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.work-item.scroll-active .work-item__img-wrap img {
  transform: scale(1);
}

.work-item.scroll-active:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-item.scroll-active:hover .work-item__title {
  transform: translateX(-20px);
  color: #ffffff;
}

.work-item.scroll-active:hover .work-item__img-wrap {
  width: 75%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.work-item.scroll-active:hover .work-item__img-wrap img {
  transform: scale(1.05);
}

.work-item.scroll-active:hover .work-item__img-wrap::after {
  opacity: 1;
}

.work-item.scroll-active:hover .work-item__hover-box {
  opacity: 1;
  transform: translateX(0);
}

.work-item.scroll-active:hover .work-item__hover-box svg {
  animation: arrowPulse 1s infinite alternate ease-in-out;
}

.threds-contact-v2 {
  background-color: transparent;
  overflow: hidden;
}

.contact-v2__wrapper {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.contact-v2__form-card {
  background-color: #cec6bc;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(40px);
}

.contact-v2__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 42px;
  font-weight: 700;
  color: #4a3148;
  margin-bottom: 30px;
  text-align: right;
}

.contact-v2__types {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.type-btn {
  background-color: #d5cec5;
  border: none;
  border-radius: 18px;
  color: #4a3148;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 80px;
  width: 100%;
  outline: none !important;
}

.type-btn img {
  font-size: 18px;
}

.type-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.type-btn.active {
  background-color: #ffffff;
  border-color: #d6d4ca;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-v2__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-row.full-width {
  grid-template-columns: 1fr;
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.input-group label {
  font-size: 14px;
  font-weight: 700;
  color: #4a3148;
  margin-bottom: 10px;
}

.input-group input,
.input-group textarea {
  background-color: #ffffff24;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 14px;
  color: #2d253a;
  transition: all 0.3s ease;
  border: 1px solid var(--400, #bcb6a9);
}

.input-group textarea {
  resize: vertical;
}

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
  background-color: #ffffff;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: rgba(74, 49, 72, 0.4);
}

.contact-v2__submit {
  align-self: flex-start;
  background-color: #4a3148;
  color: #d6d4ca;
  border: none;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-v2__submit svg {
  transition: transform 0.3s ease;
}

.contact-v2__submit:hover {
  background-color: #352334;
  box-shadow: 0 10px 20px rgba(74, 49, 72, 0.2);
}

.contact-v2__submit:hover svg {
  transform: translateX(-5px);
}

.contact-v2__info-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.info-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.info-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.info-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: right;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info-item__icon {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.info-item__title {
  font-size: 24px;
  font-weight: 600;
  color: #d6d4ca;
  margin-bottom: 20px;
}

.info-item__desc {
  font-size: 20px;
  color: #d6d4ca;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;

  text-align: right;
}

.contact__email {
  text-decoration-line: underline;
}

.navbar-shrinkcontact {
  border-bottom: 1px solid #4a3148 !important;
  background-color: #4a3148 !important;
  padding: 10px 20px !important;
}

.contact-v2__types {
  display: flex;
  gap: 12px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.type-btn {
  background-color: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  padding: 12px 25px;
  color: #4a3148;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.type-btn .contact__icon {
  width: 22px;
  height: auto;
  transition: transform 0.3s ease;
}

.type-btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.type-btn.active {
  background-color: #4a3148;
  color: #d6d4ca;
  box-shadow: 0 5px 15px rgba(74, 49, 72, 0.2);
}

.type-btn.active .contact__icon {
  transform: scale(1.1);
}

.container-contact {
  padding: 0 2rem;
}

.threds-video-showcase {
  background-color: #d6d4ca;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}

.video-text-mask-container {
  position: relative;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}

.video-text-mask-container img {
  z-index: 22;
  width: 100%;
}

.masked-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.svg-cutout {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.svg-title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 210px;
  font-weight: 700;
  letter-spacing: -2px;
}

.main-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #000;
}

.main-showcase-video {
  width: 100%;
  display: block;
}

.showcase-desc {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px;
}

.showcase-desc p {
  color: #ffffff;
  line-height: 1.8;
  opacity: 0.9;

  width: auto;
  max-width: 555px;

  color: var(--Authenticity, #37261e);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-Line-height-24, 36px);
  /* 150% */
}

.btn-threds-showcase {
  border-radius: 50px;
  border: 1px solid var(--main, #4a3148);
  display: flex;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--purity, #d6d4ca);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Call to Actions/primary */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
  background: var(--main, #4a3148);
}

.video-container {
  width: 400px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.unclickable-video {
  width: 98%;
  height: 98%;
  object-fit: cover;

  pointer-events: none;
  user-select: none;
}

.threds-works-v3 {
  background-color: #d6d4ca;
  overflow: hidden;
}

.works-v3-video {
  width: 100%;
  height: 450px;
  background-color: #000;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.works-v3-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.works-v3-title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 40px;
  margin: 0;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 121.212% */
}

.works-v3-btn {
  display: flex;
  align-items: center;
  background: #ffffff1f;
  gap: 8px;
  flex-direction: row-reverse;
  padding: 10px 24px;
  border: 1px solid #e9e7e23d;
  border-radius: 50px;
  color: #e9e7e2 !important;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 50px;
  border: 1px solid var(--main, #4a3148);
  background: var(--main, #4a3148);
}

/* 
.works-v3-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
} */

.works-v3-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.works-v3-row {
  display: flex;
  gap: 20px;
  height: 280px;
  width: 100%;
}

.works-v3-card {
  position: relative;
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;

  transition:
    flex 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.3s ease;
}

.works-v3-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.works-v3-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

.works-v3-card-title {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #d6d4ca;
  font-size: 24px;
  font-weight: 600;
  z-index: 2;
  margin: 0;
}

.works-v3-arrow {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #d6d4ca;
  z-index: 2;

  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.works-v3-card:hover {
  flex: 2.5;
}

.works-v3-card:hover img {
  transform: scale(1.05);
}

.works-v3-card:hover .works-v3-arrow {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.threds-fields__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.field-card-v2 {
  width: calc(14.28% - 15px);
  min-width: 130px;
  padding: 10px;
  margin: 0 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.field-card-v2 .field-icon {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.field-card-v2 .field-title {
  /* font-family: "Tajawal", sans-serif; */
  font-size: 14px;
  font-weight: 700;
  color: #4a3148;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.field-card-v2:hover {
  transform: translateY(-8px);
}

.field-card-v2:hover .field-icon {
  transform: scale(1.1);
}

.threds-achievements {
  position: relative;
  background-color: #4a3148;
  padding: 120px 0;
  overflow: hidden;
}

.threds-achievements__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.6;
}

.threds-achievements__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-achievements__container {
  position: relative;
  z-index: 2;
}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  column-gap: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: default;
}

.stat-item__value {
  display: flex;
  align-items: center;
  direction: ltr;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-item__label {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.stat-item:hover {
  color: #ffffff;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.stat-item:hover .stat-item__number,
.stat-item:hover .stat-item__label {
  color: #fff;
}

.stat-item:hover .stat-item__label {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.threds-partners {
  background-color: #e8e6df;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-partners__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.threds-partners__info {
  max-width: 600px;
}

.threds-partners__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 42px;
  font-weight: 700;
  color: #4a3148;
  margin-bottom: 20px;
}

.threds-partners__desc {
  /* font-family: "Tajawal", sans-serif; */
  font-size: 16px;
  color: #4a4a4a;
  margin: 0;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Regular/24 */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

.threds-partners__slider-wrap {
  position: relative;
}

.partners-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partner-card {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.partner-card:hover img {
  filter: grayscale(0%) opacity(1);
}

.partners-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 30px;
}

.partners-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background-color: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.partners-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

.threds-cta {
  position: relative;
  padding: 140px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.threds-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.threds-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(74, 49, 72, 0.4),
      rgba(74, 49, 72, 0.7));
}

.threds-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.threds-cta__title {
  color: #ffffff;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.threds-cta__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.btn-threds-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
  padding: 12px 35px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  background: #ffffff1f;
  border: 1px solid #e9e7e23d;
  border-radius: 50px;

  transition: all 0.4s ease;
}

.btn-threds-glass svg {
  transition: transform 0.3s ease;
}

.btn-threds-glass:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #4a3148;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-threds-glass:hover svg {
  transform: translateX(-5px);
}

.threds-services__title-btn {
  border-radius: 50px;
  border: 1px solid rgba(233, 231, 226, 0.24);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--200, #e9e7e2);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
}

.partners-swiper-top .swiper-wrapper,
.partners-swiper-bottom .swiper-wrapper {
  transition-timing-function: linear !important;
}

.news-footer {
  border-radius: 24px;
  /* background: var(--purity, #d6d4ca); */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 50px 70px;

  margin: 20px auto;
  max-width: 1200px;
}

.news-footer img.right-news {
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}

.news-footer img.left-news {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}

.news-footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.news-footer-right h1 {
  color: #d6d4ca;
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 137.5% */
}

.news-footer-right p {
  color: #d6d4ca;
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/meduim/16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

.news-footer-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.news-footer-left input {
  display: flex;
  width: 240px;
  height: 60px;
  padding: 0 24px;
  justify-content: flex-end;
  outline: none;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 84px;
  border: 1px solid #bcb6a9;
  background: #ffffff24;
  color: #d6d4ca;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
}

.news-footer-left input::placeholder {
  color: #d6d4ca;
  opacity: 0.6;
}

.news-footer-left button {
  display: flex;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid #bcb6a9;
  background: #ffffff33;
  color: var(--purity, #d6d4ca);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Call to Actions/primary */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
}

.domains-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 780px;
  background-image:
    linear-gradient(rgba(214, 212, 202, 0.2), rgba(214, 212, 202, 0.8)),
    url("./../img/domains-section.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  display: flex;
  flex-direction: column;

  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);

  padding: 100px;
}

.domains-section2 {
  position: relative;
  width: 100vw;
  height: 100vh;

  background-image:
    linear-gradient(#63252899, #63252899), url("./../img/domains-section.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);

  padding: 100px;
}

.overlaydomains {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.transparenttextures.com/patterns/stardust.png");
  opacity: 0.3;
  pointer-events: none;
}

.containerdomains {
  position: relative;
  z-index: 2;
  display: flex;
  width: 90%;
  max-width: 1200px;
  height: 85vh;
  justify-content: space-between;
}

.right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30px;
}

.header-text {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1000px;
}

.header-text h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #3b2a2a;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}

.header-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #5c4a4a;
  margin-bottom: 2rem;
  max-width: 620px;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.domains-section2 .header-text h1,
.domains-section2 .header-text p {
  color: #d6d4ca;
}

.list-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden;

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 25%,
      black 75%,
      transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 25%,
      black 75%,
      transparent 100%);
}

.menu-list {
  position: absolute;
  top: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-list li {
  padding: 20px 0;
  font-size: 2.1rem;
  color: #4a3148;
  cursor: pointer;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.4s ease;
  /* border-bottom: 1px solid rgb(0 0 0 / 22%); */
}

.menu-list li.active {
  color: #3b2a2a;
  opacity: 1;
  font-weight: bold;
  transform: scale(1.05);
  transform-origin: center;
}

.menu-list li:hover:not(.active) {
  opacity: 0.7;
}

.left-side {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-side {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.x-grid {
  position: relative;
  width: 350px;
  height: 350px;
}

.x-item {
  position: absolute;
  font-size: 25px;
  font-weight: 900;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;

  transition: all 3s cubic-bezier(0.25, 1, 0.5, 1);

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}

.x-item.active {
  color: #3b2a2a;
  opacity: 1;

  transform: translate(-50%, -50%) scale(2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.containerdomains2 .x-item.active {
  color: #d6d4ca;
}

.containerdomains2 .menu-list li {
  color: #d6d4ca;
  /* border-bottom: 1px solid #bdbdbd; */
}

.containerdomains2 .menu-list li.active {
  color: #d6d4ca;
}

.containerdomains2 .x-item {}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
}

.stat-item {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.stat-item.show-item {
  opacity: 1;
  transform: translateX(0);
}

.stat-item:nth-child(1) {
  transition-delay: 300ms;
}

.stat-item:nth-child(2) {
  transition-delay: 500ms;
}

.stat-item:nth-child(3) {
  transition-delay: 700ms;
}

.stat-item:nth-child(4) {
  transition-delay: 900ms;
}

.stat-item:nth-child(5) {
  transition-delay: 1100ms;
}

.stat-item:nth-child(6) {
  transition-delay: 1300ms;
}

.stat-item:nth-child(7) {
  transition-delay: 1500ms;
}

.stat-item:nth-child(8) {
  transition-delay: 1700ms;
}

.main-img-wrapper .contact__icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
}

.stat-item {
  opacity: 0;
  transform: translateX(-150px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  width: 200px;
}

.stat-item.show-item {
  opacity: 1;
  transform: translateX(0);
}

.video-scroll-track {
  height: 300vh;
  position: relative;
  background-color: #d6d4ca;
}

.video-sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-scale-wrapper {
  width: 30vw;
  height: 30vh;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  transform-origin: center center;
  will-change: width, height, border-radius;
}

.main-showcase-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.showcase-desc-overlay {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 80%;
}

.is-visible .works-v3-row:nth-child(1) .works-v3-card:nth-child(1) {
  flex: 2;
}

.is-visible .works-v3-row:nth-child(1) .works-v3-card:nth-child(2) {
  flex: 1.2;
}

.is-visible .works-v3-row:nth-child(1) .works-v3-card:nth-child(3) {
  flex: 1;
}

.is-visible .works-v3-row:nth-child(2) .works-v3-card:nth-child(1) {
  flex: 1;
}

.is-visible .works-v3-row:nth-child(2) .works-v3-card:nth-child(2) {
  flex: 1.8;
}

.is-visible .works-v3-row:nth-child(2) .works-v3-card:nth-child(3) {
  flex: 1.2;
}

.works-v3-row .works-v3-card:hover {
  flex: 3 !important;
}

.is-visible .slide-right {
  opacity: 0;
  transform: translateX(300px);
  animation: slideIntoPlace 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.is-visible .slide-left {
  opacity: 0;
  transform: translateX(-300px);
  animation: slideIntoPlace 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.zoom-in {
  opacity: 0;
  transform: scale(0.5);
}

.is-visible .zoom-in {
  animation: scaleForward 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes scaleForward {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.left-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.left-side::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgb(213 211 201) 0%, rgb(0 0 0 / 0%) 55%);
  /* filter: blur(40px); */
  z-index: 0;
  pointer-events: none;
}

.x-grid {
  position: relative;
  z-index: 1;
}

.containerdomains2 .left-side::before {
  background: radial-gradient(circle, #63252899 0%, rgba(214, 212, 202, 0) 70%);
}

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

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

@media (max-width: 1200px) {
  .field-card-v2 {
    width: calc(20% - 15px);
  }
}

@media (max-width: 991px) {
  .threds-achievements__stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }

  .field-card-v2 {
    width: calc(25% - 15px);
  }

  .contact-v2__wrapper {
    grid-template-columns: 1fr;
  }

  .contact-v2__info-card {
    min-height: 400px;
  }

  .header-text {
    flex-wrap: wrap;
  }

  .works-v3-row {
    flex-direction: column;
    height: auto;
  }

  .works-v3-card {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .works-v3-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }

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

  .works-v3-video {
    height: 250px;
  }

  .works-v3-row {
    flex-direction: column;
    height: auto;
  }

  .works-v3-card {
    height: 250px;
    flex: none;
    width: 100%;
  }

  .works-v3-arrow {
    opacity: 1;
    transform: translateX(0);
  }

  .threds-video-showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-text-mask-container {
    margin-bottom: 20px;
  }

  .main-video-wrapper {
    border-radius: 12px;
  }

  .showcase-desc p {
    font-size: 14px;
    padding: 0 15px;
  }

  .contact-v2__form-card {
    padding: 30px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-v2__types {
    justify-content: center;
  }

  .contact-v2__submit {
    width: 100%;
    justify-content: center;
  }

  .work-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }

  .work-item__title {
    width: 100%;
  }

  .work-item__img-wrap {
    width: 100% !important;
  }

  .work-item.scroll-active .work-item__img-wrap {
    width: 100% !important;
  }

  .work-item.scroll-active:hover .work-item__img-wrap {
    transform: translateY(-5px);
  }

  .work-item.scroll-active:hover .work-item__title {
    transform: translateX(0);
  }

  .work-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0;
  }

  .work-item__title,
  .work-item__img-wrap {
    width: 100%;
  }

  .work-item:hover .work-item__img-wrap {
    width: 100%;
    transform: translateY(-5px);
  }

  .work-item:hover .work-item__title {
    transform: translateX(0);
  }

  .field-card-v2 {
    width: calc(33.333% - 15px);
    padding: 0;
    margin: 0;
  }

  .field-card-v2 .field-icon {
    height: 100%;
  }

  .field-card-v2 .field-title {
    font-size: 13px;
  }

  .threds-cta {
    padding: 90px 0;
  }

  .threds-cta__title {
    font-size: 40px;
  }

  .threds-cta__desc {
    font-size: 16px;
    padding: 0 15px;
  }

  .threds-achievements {
    padding: 80px 0;
  }

  .stat-item__value {
    font-size: 55px;
  }

  .stat-item__label {
    font-size: 16px;
  }

  .threds-partners__header {
    flex-direction: column;
    gap: 20px;
  }

  .threds-partners__action {
    align-self: flex-start;
  }

  .works-v3-card:hover {
    flex: none;
  }

  .works-v3-title {
    font-size: 30px;
  }

  .containerdomains {
    flex-wrap: wrap;
  }

  .containerdomains .right-side,
  .containerdomains .left-side {
    width: 100%;
    padding: 0 20px;
  }

  .containerdomains .right-side {
    height: 300px;
  }

  .domains-section {
    max-height: initial;
    height: 120vh;
  }
}

@media (max-width: 576px) {
  .domains-section {
    padding: 50px 20px;
  }

  .stat-item {
    padding: 25px 10px;
  }

  .stat-item__number {
    font-size: 36px;
  }

  .threds-works__desc,
  .threds-services__desc {
    font-size: 16px;
  }

  .threds-achievements__title,
  .threds-works__title,
  .threds-services__title,
  .threds-fields__title,
  .threds-news__title,
  .threds-contact__title {
    font-size: 30px;
  }

  .threds-fields__desc,
  .threds-news__desc,
  .stat-item__label,
  .threds-contact__desc {
    font-size: 14px;
  }

  .services-nav-btn,
  .fields-nav-btn,
  .news-nav-btn {
    width: 50px;
    height: 50px;
  }

  .news-navigation,
  .fields-navigation {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .field-card-v2 {
    width: calc(50% - 15px);
  }
}

.threds-works-section-padding-compact {
  padding: 0 3rem;
}

@media (min-width: 1444px) {

  .threds-works-section-padding-compact,
  .container-contact {
    padding: 0 3rem;
    margin: auto;
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1444px) {
  .type-btn {
    width: 23%;
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }

  40% {
    transform: translateY(-10px) translateX(-50%);
  }

  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}

html {
  direction: rtl;
}

@media only screen and (max-width: 991px) {
  html {
    overflow: auto;
  }
}

body {
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  color: #93989b;
  line-height: 1.5em;
  overflow-x: clip;
  margin: auto;
  background: #d6d4ca;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  font-weight: 600;
}

a {
  color: #d6d4ca;
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
}

a:focus,
a:hover {
  color: #d6d4ca;
  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: #fff;
  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: #333;
  color: #fff;
  font-size: 26px;
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 10px !important;
  right: 10px !important;
  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;
}

.topcontrol:hover {
  background: #333;
  color: #fff;
}

/*END SCROLL TO TOP*/

.section-padding {
  padding: 100px 0;
  position: relative;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.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-title h3 {
  color: #333;
  margin: 0;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .home-static-text h2 {
    padding-top: 200px !important;
  }
}

@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: #d6d4ca;
  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%;
  }
}

#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: "Graphik Arabic", "GraphikArabic", 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: #d6d4ca;
  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: #d6d4ca;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
  color: #fff;
}

#mainNav.navbar-shrink {
  border-bottom: 1px solid #4a3148;
  background-color: #4a3148;
  padding: 10px 20px;
}

#mainNav.navbar-shrink .navbar-brand {
  color: #222222;
}

#mainNav.navbar-shrink .navbar-brand:hover,
#mainNav.navbar-shrink .navbar-brand:focus {
  color: #d6d4ca;
}

#mainNav.navbar-shrink .navbar-nav>li>a.active {
  color: #d6d4ca;
  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: #d6d4ca;
}

#mainNav .navbar-nav>li.ticket-btn>a {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-left: 50px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 575px) {
  #mainNav {
    background-color: #4a3148;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #d6d4ca;
  }

  #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: #4a3148;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #d6d4ca;
  }

  #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: #4a3148;
  }

  #mainNav .navbar-nav>li>a:hover,
  #mainNav .navbar-nav>li>a:focus:hover {
    color: #d6d4ca;
  }

  #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: #d6d4ca;
  font-weight: 400;
}

.countdown-container h4 {
  font-size: 60px;
  color: #d6d4ca;
  display: inline-block;
  margin-right: 20px;
  background: #353e3c99;
  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;
  }

  .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;
  }

  .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;
  }

  .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: #d6d4ca;
}

.owl-theme.home-slider .owl-dots div.active span {
  background: #d6d4ca;
}

.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: #d6d4ca;
  color: #fff;
  border-color: #d6d4ca;
}

.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: #d6d4ca;
  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: block;
}

.about-image img {
  /* position: absolute; */
  top: 5px;
}

@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;
}

#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: #d6d4ca;
  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
* ----------------------------------------------------------------------------------------
*/

.schedule-tab .nav-tabs {
  border: none;
}

.schedule-tab .nav-tabs .nav-link.active {
  border: 1px solid #d6d4ca;
  border-radius: 0;
  background-color: #d6d4ca;
  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: #d6d4ca;
}

.schedule-tab .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #d6d4ca;
  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: #d6d4ca;
}

.schedule-single-info span a {
  color: #777;
}

.schedule-single:hover .schedule-btn {
  background-color: #d6d4ca;
}

.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: #d6d4ca;
}

@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: #d6d4ca;
  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: #d6d4ca;
}

.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 #d6d4ca;
}

.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: #d6d4ca;
}

.owl-theme.testimonial-slider .owl-dots div.active span {
  background: #d6d4ca;
}

.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: #d6d4ca;
  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: #d6d4ca;
  color: #d6d4ca;
  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: #d6d4ca;
  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: #d6d4ca;
}

.owl-theme.event-slider .owl-dots div.active span {
  background: #d6d4ca;
}

.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: #d6d4ca;
  border-top-color: #d6d4ca;
}

.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 #d6d4ca;
  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: #d6d4ca;
}

/*
* ----------------------------------------------------------------------------------------
* 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 #d6d4ca;
}

.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: #d6d4ca;
  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 #d6d4ca;
}

#gmap_canvas {
  width: 100%;
  height: 400px;
  border-top: 4px solid #d6d4ca;
}

.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 #d6d4ca;
  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: #d6d4ca;
}

.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: #d6d4ca;
  -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: #d6d4ca;
}

.single-con-address-text p {
  margin-bottom: 10px;
  color: #ddd;
}

.success-box {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "Graphik Arabic", "GraphikArabic", sans-serif;
  background: #d6d4ca;
  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;
}

.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: #d6d4ca;
}

.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: #d6d4ca;
  color: #fff;
  border-color: #d6d4ca;
}

@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;
}

.btn-home-cust {
  background: #4a3148;
  width: 155px;
  height: 56px;
  align-content: center;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
}

.nav-linkTicket-app {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
}

.nav-linkTicket-lang {
  background: #ffffff14;
  border: 1px solid var(--strock, #ffffff29);
}

.cd-headline-custom {
  font-size: 40px !important;
  color: #d6d4ca !important;
  line-height: 36px;
}

.cd-headline-custom-title {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
}

.cd-headline-custom-title2 {
  font-size: 28px !important;
}

.section-back-image-custom {
  background: #4a3148 !important;
  padding: 144px 0 !important;
}

.section-back-image-custom .section-title {
  margin-bottom: 40px !important;
}

.section-back-image-custom .p-frist {
  color: white !important;
  font-size: 20px !important;
}

.section-back-image-custom h3 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  font-size: 42px !important;
  color: white !important;
  margin-bottom: 57px !important;
}

.section-SCHEDULE-custom h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  margin: 1rem !important;
  font-size: 44px;
  font-weight: 700;
}

.swiper-slide-speaker-name {
  color: #353e3c !important;
  font-size: 16px !important;
}

.section-title-details-event h3 {
  color: #d6d4ca !important;
  font-size: 24px !important;
}

.section-title-details-event h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  color: #fff !important;
  margin: 20px !important;
  font-size: 48px !important;
}

.boucher-promo-custom .boucher-promo-custom-Pheader {
  color: #d6d4ca !important;
  font-size: 24px !important;
}

.boucher-promo-custom .boucher-promo-custom-header {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-content-vedio h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-custom-event h3 {
  color: #d6d4ca !important;
  margin: 1rem !important;
}

.section-custom-event h1 {
  font-family: "Graphik Arabic", "GraphikArabic";
}

.section-img-details-event h3 {
  color: #d6d4ca !important;
  margin: 1rem !important;
}

.section-img-details-event h1 {
  font-family: "Graphik Arabic", "GraphikArabic" !important;
  color: #fff !important;
  font-size: 48px !important;
  font-weight: 700 !important;
}

.section-SCHEDULE-custom h3 {
  color: #d6d4ca;
  font-size: 24px;
}

.section-back-image-custom .is-full-width {
  font-size: 30px;
  color: #d6d4ca;
  line-height: 36px;
}

.about-image-Asset-right,
.about-image-Asset-left {
  position: absolute;
  top: 0;
}

.about-image-Asset-right {
  right: 0;
}

.about-image-Asset-left {
  left: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide-details {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px !important;
  width: 330px !important;
  background: #ffffff0f;
  border: 1px solid #353e3c1f;
  backdrop-filter: blur(40px);
  border-radius: 24px;
  padding: 10px;
  margin-left: 18px !important;
}

.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;
}

.schedule-header .schedule-header-btn {
  width: 320px;
  background: #4a31481f;
  height: 80px;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(40px);
  border: 1px solid var(--green, #4a3148);
  color: black;
}

.schedule-header .schedule-header-btn.active {
  background: #4a3148 !important;
  color: white !important;
}

.schedule-header .schedule-header-btn .day {
  font-size: 24px;
  margin: 3px;
}

.schdule-header .schedule-header-btn .date {
  font-size: 16px;
  margin: 3px;
}

.swiper-rtl .swiper-button-prev {
  right: -40px !important;
  color: #3b73b9;
}

.swiper-rtl .swiper-button-next {
  left: -30px !important;
  color: #3b73b9;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 30px !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: #4a3148;
  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: #4a3148;
  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:last-child::before {
  content: none;
}

.timeline-item p {
  color: white;
}

.content-dateline {
  display: flex;
  align-items: center;
  width: 100%;
}

.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: #d6d4ca;
  font-size: 48px;
}

.content-dateline-date p {
  color: white;
  font-size: 32px;
}

.vedio-live {
  color: #d6d4ca !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;
}

.boucher-order-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}

.boucher-order-details img {}

.boucher-order-item {
  color: #d6d4ca;
  font-size: 36px;
  font-weight: 700;
  margin: 2rem 0;
}

.boucher-order-info {
  font-size: 24px;
  font-weight: 700;
  color: white;
}

.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: #4a3148;
  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%;
}

.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: #4a3148;
}

.text-widget-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-widget-footer ul {
  display: flex;
  justify-content: space-between;
}

.text-widget-footer .icofont {
  color: white;
  background: #d6d4ca;
  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;
}

.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;
}

.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: 0.7;
  border-radius: 9px;
  overflow: hidden;
}

.mySwiper-3 .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #d6d4ca;
}

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

.mySwiper-3 .swiper-slide {
  transition: opacity 0.3s;
}

.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:hover img {
  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;
}

/* العناصر بتاعة الـ 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: #d6d4ca;
}

/* النص اللي على اليسار */
.timeline-item .time-left {
  transition: color 0.3s ease;
}

.timeline-item:hover .time-left {
  color: #d6d4ca;
}

.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: 20px 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;
}

/* حركة لطيفة على الهوفر */
.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;
}

.boucher-order-details:hover .boucher-order-item {
  color: #d6d4ca;
}

/* الكرت الأساسي للمتحدث */
.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;
}

.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: #d6d4ca;
}

.speaker-card:hover .swiper-slide-btn-on {
  transform: translateY(2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background-color: #d6d4ca;
}

/* سوشيال أيقونز */
.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: #d6d4ca;
}

/* المكان في الفوتر */
.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: #d6d4ca;
}

.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: #d6d4ca;
  transition: width 0.3s ease;
}

.footer-menu .nav-link:hover {
  color: #d6d4ca;
}

.footer-menu .nav-link:hover::after {
  width: 45%;
}

/* أزرار التطبيق واللغة */
.footer-widget-btns .nav-link-app,
.footer-widget-btns .nav-link-lang {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.footer-widget-btns .nav-link-app:hover,
.footer-widget-btns .nav-link-lang:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.footer-widget-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 15px;
}

.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);
}

@media only screen and (max-width: 768px) {
  .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;
    text-align: start;
  }

  .section-back-image-custom h3 {
    font-family: "Graphik Arabic", "GraphikArabic" !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: 35px;
  }

  .boucher-order-details {
    margin-bottom: 2rem;
  }

  .boucher-order-item {
    font-size: 30px;
    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;
  }
}

@media only screen and (max-width: 480px) {
  .section-padding {
    padding: 90px 0;
  }

  .cd-headline-custom {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }

  .countdown-container {
    gap: 20px;
  }

  .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: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
  }

  .home-btn-wrapper {
    margin-top: 22px;
  }

  .schedule-header .schedule-header-btn {
    height: 60px;
  }

  .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: 16px;
  }

  .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%;
  }
}

.animate {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate.fadeInUp {
  transform: translateY(40px);
}

.animate.fadeInDown {
  transform: translateY(-40px);
}

.animate.fadeInLeft {
  transform: translateX(-40px);
}

.animate.fadeInRight {
  transform: translateX(40px);
}

.animate.zoomIn {
  transform: scale(0.8);
}

/* الحالة النهائية لما الجافاسكريبت يضيف كلاس show */
.animate.show {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* --- HEADER --- */
.threds-header {
  width: 100%;
  padding: 25px 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: transparent;
}

/* هذه الكلاس يتم إضافتها تلقائياً بواسطة سكريبت الـ JS الخاص بك عند النزول */
.threds-header.navbar-shrink {
  padding: 15px 0;
  /* background-color: rgba(27, 27, 27, 0.95) !important; */
  /* backdrop-filter: blur(10px); */
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
}

.threds-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.threds-header__logo img {
  height: auto;
  max-height: 50px;
  transition: transform 0.3s ease;
}

.threds-header__logo:hover img {
  transform: scale(1.05);
}

.threds-header__menu {
  display: flex;
  gap: 40px;
  /* المسافة بين اللينكات مطابقة للفيجما */
  margin: 0;
  padding: 0;
}

.threds-header__menu li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  position: relative;
  padding-bottom: 5px;
}

.threds-header__menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #d6d4ca;
  transition: width 0.3s ease;
}

.threds-header__menu li a:hover,
.threds-header__menu li a.active {
  opacity: 1;
  color: #ffffff;
}

.threds-header__menu li a:hover::after,
.threds-header__menu li a.active::after {
  width: 100%;
}

.threds-header__lang a {
  color: #ffffff;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.threds-header__lang a:hover {
  color: #d6d4ca;
}

.threds-header__toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
}

.threds-header__toggle span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

/* --- HERO SECTION --- */
.threds-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
  overflow: hidden;
}

.threds-hero__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.threds-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  /* للتركيز على الجمال في الأسفل */
}

/* الجراديانت الأسود المتدرج من تحت لفوق عشان الكلام يكون واضح */
.threds-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.threds-hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
}

.threds-hero__text {
  max-width: 700px;
}

.threds-hero__title {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.threds-hero__desc {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 0;
}

.btn-threds-outline {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 35px;
  border: 1px solid #e9e7e23d;
  border-radius: 50px;
  color: #e9e7e2;
  font-size: 22px;
  font-weight: 700;
  /* background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px); */
  transition: all 0.3s ease;
}

.btn-threds-outline svg {
  transition: transform 0.3s ease;
}

.btn-threds-outline:hover {
  background-color: #ffffff;
  color: #1b1b1b;
  border-color: #ffffff;
}

.btn-threds-outline:hover svg {
  transform: translateX(-5px);
}

.threds-about {
  background-color: #e8e6df;
  overflow: hidden;
}

.threds-about__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 40px;
}

.threds-about__title {
  color: #4a3148;
  font-size: 52px;
  font-weight: 700;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  white-space: nowrap;
  margin: 0;
}

.threds-about__desc {
  color: #37261e;
  font-size: 24px;
  line-height: 1.8;
  max-width: 650px;
  font-family: "Graphik Arabic", "GraphikArabic", "Cairo", sans-serif;
  font-weight: 600;
  margin: 0;
}

.threds-about__middle {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

.massive-text {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 16vw;
  font-weight: 700;
  color: #1a1f36;
  line-height: 1;
  margin: 0;
  letter-spacing: -2px;
}

.threds-about__bottom {
  width: 100%;
  position: relative;
}

.threds-about__bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.threds-services {
  background-color: #4a3148;
  overflow: hidden;
  padding-bottom: 80px;
}

.threds-services__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.threds-services__info {
  max-width: 530px;
}

.threds-services__title {
  color: #d6d4ca;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
}

.threds-services__desc {
  color: #d6d4ca;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

.btn-threds-dark {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 12px;
  background-color: #4a3148;
  color: #ffffff;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: 1px solid var(--main, #4a3148);
}

.btn-threds-dark:hover {
  background-color: #352334;
  transform: translateY(-3px);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(74, 49, 72, 0.3);
}

.btn-threds-dark svg {
  transition: transform 0.3s;
}

.btn-threds-dark:hover svg {
  transform: translateX(-5px);
}

.threds-services__slider-wrap {
  padding: 0;
}

.services-swiper {
  width: 100%;
  padding-bottom: 20px;
}

.service-card {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover img {}

.service-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.service-card__title {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: right;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.services-navigation {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.services-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-nav-btn:hover,
.services-nav-btn:focus {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
  outline: none;
}

.threds-works {
  background-color: #4a3148;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.threds-works__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.threds-works__info {
  max-width: 500px;
}

.threds-works__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  color: #d6d4ca;
  margin-bottom: 10px;
}

.threds-works__desc {
  font-size: 24px;
  color: #d6d4ca;
  line-height: 1.6;
  margin: 0;
}

.btn-threds-outline-light {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-threds-outline-light:hover {
  background-color: #ffffff;
  color: #4a3148;
}

.btn-threds-outline-light svg {
  transition: transform 0.3s ease;
}

.btn-threds-outline-light:hover svg {
  transform: translateX(-5px);
}

.threds-works__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #867b7266;
  text-decoration: none;
  color: #ffffff;
  /* transition: border-color 0.3s ease; */
}

.work-item:last-child {
  border-bottom: none;
}

.work-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-item__title {
  font-size: 32px;
  color: #d6d4ca;
  font-weight: 600;
  margin: 0;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

.work-item__img-wrap {
  /* width: 56%; */
  /* height: 220px; */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-item:hover .work-item__title {
  transform: translateX(-15px);
  color: #d6d4ca;
}

.work-item:hover .work-item__img-wrap {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.work-item:hover .work-item__img-wrap img {
  transform: scale(1.05);
}

.threds-fields {
  background-color: #e8e6df;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-fields__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.threds-fields__info {
  max-width: 550px;
}

.threds-fields__title {
  color: #4a3148;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.threds-fields__desc {
  color: #4a3148;
  font-size: 24px;
  line-height: 1.8;
  margin: 0;
}

.fields-swiper {
  width: 100%;
  padding-bottom: 30px;
}

.field-card {
  display: block;
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.field-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.field-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(45, 37, 58, 0.7) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

.field-card:hover .field-card__overlay {
  opacity: 0.9;
}

.field-card__icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
  z-index: 2;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.field-card:hover .field-card__icon {
  transform: translate(-50%, -60%) scale(1.1);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

.field-card__title {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
  /* padding: 0 15px; */
  transition: 0.4s ease;
}

.field-card:hover .field-card__title {
  bottom: 35px;
}

.fields-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  margin-top: 10px;
}

.fields-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fields-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

.threds-achievements {
  position: relative;
  background-color: #5d4658;
  color: #ffffff;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.threds-achievements__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}

.threds-achievements__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4a314899;
  z-index: 1;
}

.threds-achievements__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.threds-achievements__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-achievements__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.threds-achievements__text {
  flex: 1;
  max-width: 500px;
}

.threds-achievements__title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  color: #f4f3f1;
  margin: 0;
}

.threds-achievements__stats {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px 20px;
}

.stat-item__number {
  font-size: 50px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.stat-item__number::before {
  margin: 0 2px;
}

.stat-item__label {
  font-size: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.threds-news {
  background-color: #4a3148;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.threds-news__info {
  max-width: 500px;
}

.threds-news__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--purity, #d6d4ca);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Headlines/H1 */
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 121.212% */
}

.threds-news__desc {
  font-size: 24px;
  line-height: 1.6;
  margin: 0;
  color: var(--purity, #d6d4ca);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Regular/24 */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

.threds-news__action .btn-threds-dark {
  border-radius: 50px;
  border: 1px solid rgba(233, 231, 226, 0.24);
  background: rgba(255, 255, 255, 0.2);
}

.news-swiper {
  width: 100%;
  padding-bottom: 20px;
}

.news-card {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.news-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-card:hover .news-card__bg {
  transform: scale(1.08);
}

.news-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.news-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news-card__date {
  color: #efc9c3;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.news-card__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.news-card:hover .news-card__title {
  color: #e0a99a;
}

.news-card__tags {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.tag {
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.tag--primary {
  border: 1px solid #f6aa95;
  background-color: #f6aa95;
  color: #37261e;
}

.tag--glass {
  background-color: #867b72;
  border: 1px solid #867b72;
}

.news-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 2rem;
}

.news-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.news-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

.threds-contact {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.threds-contact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.threds-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 49, 72, 0.4);
  z-index: 1;
}

.threds-contact__container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.threds-contact__text {
  flex: 1;
  max-width: 500px;
}

.threds-contact__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  color: #f4f3f1;
  margin-bottom: 15px;
  line-height: 1.2;
}

.threds-contact__desc {
  font-size: 24px;
  color: #f4f3f1;
  line-height: 1.8;
}

.threds-contact__form-wrap {
  flex: 1;
  max-width: 480px;
  background-color: #d6d4ca;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.threds-form__group {
  margin-bottom: 20px;
}

.threds-form__group label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #37261e;
  margin-bottom: 8px;
}

.threds-form input,
.threds-form textarea {
  width: 100%;
  padding: 14px 18px;
  background-color: #ffffff24;
  border: 1px solid var(--400, #bcb6a9);
  border-radius: 12px;
  font-size: 15px;
  color: #37261e;
  transition: all 0.3s ease;
}

.threds-form input::placeholder,
.threds-form textarea::placeholder {
  color: rgba(45, 37, 58, 0.4);
}

.threds-form input:focus,
.threds-form textarea:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #4a3148;
  box-shadow: 0 0 0 3px rgba(74, 49, 72, 0.1);
}

.threds-form__submit {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.threds-form__submit .btn-threds-dark {
  border: none;
  cursor: pointer;
}

.threds-form__success {
  margin-top: 20px;
  padding: 15px;
  background-color: #d4edda;
  color: #155724;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.threds-footer {
  background-color: #4a3148;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 30px;
}

.threds-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 10px;
}

.threds-footer__about {
  flex: 0 1 35%;
}

.threds-footer__logo {
  display: block;
  margin-bottom: 20px;
}

.threds-footer__logo img {
  max-width: 220px;
  height: auto;
}

.threds-footer__desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.threds-footer__links {
  flex: 0 1 25%;
  text-align: center;
}

.threds-footer__title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
}

.threds-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.threds-footer__links li {
  margin-bottom: 15px;
}

.threds-footer__links a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  display: inline-block;
}

.threds-footer__links a:hover {
  color: #e0a99a;
  transform: translateX(-5px);
}

.threds-footer__contact {
  flex: 0 1 30%;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-box__text {
  text-align: right;
  display: flex;
  flex-direction: column;
  width: 160px;
}

.contact-box__label {
  font-size: 13px;
  color: #b17a3b;
  margin-bottom: 5px;
}

.contact-box__value {
  font-size: 15px;
  font-weight: 600;
  color: #d6d4ca;
  transition: color 0.3s ease;
}

.contact-box__value:hover {
  color: #b17a3b;
}

.contact-box__icon svg {
  color: #ffffff;
  opacity: 0.9;
}

.threds-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.threds-footer__social {
  display: flex;
  gap: 15px;
}

.threds-footer__social a {
  color: rgba(255, 255, 255, 0.7);
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.threds-footer__social a:hover {
  color: #ffffff;
  transform: translateY(-3px);
}

.threds-footer__copyright p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.threds-hero-premium {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.threds-hero__container {
  margin-bottom: 50px;
  width: 90%;
}

.hero-premium__bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-premium__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-premium__overlay-dark {
  position: absolute;
  inset: 0;
}

.hero-premium__overlay-radial {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center,
      transparent 20%,
      rgba(26, 16, 30, 0.7) 100%);
}

.hero-premium__canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.hero-decor {
  position: absolute;
  z-index: 2;
  opacity: 0.35;
  pointer-events: none;
}

.hero-decor--top-left {
  top: 6rem;
  left: 2.5rem;
}

.hero-decor--bottom-right {
  bottom: 5rem;
  right: 2.5rem;
  opacity: 0.25;
}

.hero-decor--top-right {
  top: 6rem;
  right: 2.5rem;
}

.hero-decor--bottom-left {
  bottom: 5rem;
  left: 2.5rem;
  opacity: 0.25;
}

.hero-decor--right-center {
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  opacity: 0.25;
}

.hero-decor--left-center {
  top: 50%;
  left: 2.5rem;
  transform: translateY(-50%);
  opacity: 0.25;
}

.hero-decor--top-center {
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
}

.hero-decor--bottom-center {
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.25;
}

.hero-text-decor {
  position: absolute;
  z-index: 2;
  font-family: sans-serif;
  font-size: 10px;
  color: rgba(214, 212, 203, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  pointer-events: none;
}

.hero-text-decor--top-right {
  top: 18%;
  right: 2rem;
  text-align: right;
}

.hero-text-decor--bottom-left {
  bottom: 2rem;
  left: 2rem;
}

@media (max-width: 991px) {

  .hero-decor,
  .hero-text-decor {
    display: none;
  }
}

.hero-premium__content-wrap {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.hero-premium__content {
  max-width: 800px;
  margin: 0 auto;
  pointer-events: auto;
}

.hero-premium__logo {
  width: 250px;
  margin-bottom: 40px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.hero-premium__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #d6d4cb;
  margin-bottom: 20px;
}

.hero-premium__desc {
  font-size: 16px;
  color: rgba(214, 212, 203, 0.4);
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.hero-premium__actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-premium-solid,
.btn-premium-outline {
  padding: 12px 35px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-premium-solid {
  background-color: #d8b56e;
  color: #2a1e2e;
}

.btn-premium-solid:hover {
  background-color: #c9a560;
}

.btn-premium-outline {
  background-color: transparent;
  border: 1px solid rgba(214, 212, 203, 0.3);
  color: #d6d4cb;
}

.btn-premium-outline:hover {
  border-color: rgba(216, 181, 110, 0.7);
  color: #d8b56e;
}

@media (max-width: 576px) {
  .hero-premium__actions {
    flex-direction: column;
  }

  .hero-premium__title {
    font-size: 2.2rem;
  }
}

.hero-premium__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.hero-premium__dots span {
  width: 6px;
  height: 6px;
  background-color: rgba(214, 212, 203, 0.25);
  border-radius: 50%;
  transition: 0.5s;
}

.hero-premium__dots span.active {
  width: 24px;
  background-color: #d8b56e;
}

.hero-premium__scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(214, 212, 203, 0.3);
  animation: bounce 2s infinite;
  z-index: 3;
}

.threds-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.threds-works .work-item.animate.fadeInUp {
  opacity: 0;
  transform: translateY(80px) scale(0.8) rotateX(-10deg);
  transition:
    opacity 1s ease,
    transform 1.1s cubic-bezier(0.34, 1.56, 0.64, 1) !important;

  will-change: transform, opacity;
  backface-visibility: hidden;
}

.threds-works .work-item.animate.fadeInUp.show {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0deg);
}

.work-item {
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item:hover {
  transform: translateY(-10px) !important;
}

.work-item__img-wrap {
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-item:hover .work-item__img-wrap img {
  transform: scale(1.08);
}

.service-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.8;
  transition:
    opacity 0.4s ease,
    height 0.4s ease;
}

.service-card:hover .service-card__overlay {
  opacity: 1;
  height: 80%;
}

.service-card__title {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: right;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  z-index: 2;
  margin: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-card__title {
  transform: translateY(-35px);
}

.service-card__desc {
  position: absolute;
  bottom: 20px;
  /* width: 100%; */
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
  z-index: 2;
  margin: 0;
  padding: 0 20px;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover .service-card__desc {
  opacity: 1;
  transform: translateY(0);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover img {
  transform: scale(1.08);
}

.work-item__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(91 66 89 / 25%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.work-item__hover-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.work-item:hover .work-item__img-wrap::after {
  opacity: 1;
}

.work-item:hover .work-item__hover-box {
  opacity: 1;
  transform: translateX(0);
}

.work-item:hover .work-item__hover-box svg {
  animation: arrowPulse 1s infinite alternate ease-in-out;
}

@keyframes arrowPulse {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-5px);
  }
}

.threds-fields {
  background-color: #e8e6df;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-fields__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.threds-fields__info {
  max-width: 550px;
}

.threds-fields__title {
  color: #4a3148;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.threds-fields__desc {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.threds-header__actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

.fields-swiper {
  width: 100%;
  padding-bottom: 30px;
}

.field-card {
  display: block;
  position: relative;
  width: 100%;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.field-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.field-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom,
      rgba(50, 30, 40, 0.1) 0%,
      rgba(50, 30, 40, 0.7) 100%);
  height: 100%;
  z-index: 1;
  transition: background 0.4s ease;
}

.field-card__icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100px;
  z-index: 2;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  opacity: 0.9;
}

.field-card__title {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  z-index: 2;
  margin: 0;
  /* padding: 0 15px; */
  transition: 0.4s ease;
}

.field-card:hover .field-card__bg {
  /* transform: scale(1.08); */
}

.field-card:hover::before {
  background: linear-gradient(to bottom,
      rgba(50, 30, 40, 0.3) 0%,
      rgba(50, 30, 40, 0.85) 100%);
}

.field-card:hover .field-card__icon {
  transform: translate(-50%, -60%) scale(1.1);
  opacity: 1;
}

.field-card:hover .field-card__title {
  transform: translateY(-45px);
}

.fields-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 2rem;
}

.fields-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fields-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

@media (max-width: 768px) {
  .threds-fields__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .field-card {
    height: 320px;
  }

  .threds-fields__slider-wrap {
    padding: 0 15px;
  }
}

.news-card__arrow {
  position: absolute;
  bottom: 0%;
  left: 20px;

  transform: translateY(-50%) translateX(-20px);

  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.news-card__arrow svg {
  color: #4a3148;
  transition: transform 0.3s ease;
}

.news-card:hover .news-card__arrow {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.news-card:hover .news-card__arrow svg {
  transform: translate(-2px, -2px);
}

.news-card:hover .news-card__overlay {
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.3) 100%);
}

@media (max-width: 991px) {
  .work-item__img-wrap {
    width: 55%;
  }

  .threds-achievements__container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .threds-achievements__text {
    max-width: 100%;
  }

  .threds-achievements__title {
    font-size: 32px;
  }

  .threds-achievements__stats {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .threds-footer__top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .threds-footer__about,
  .threds-footer__links,
  .threds-footer__contact {
    flex: 1 1 100%;
    width: 100%;
  }

  .contact-box {
    justify-content: center;
  }

  .threds-footer__bottom {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }

  .threds-contact__container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .threds-contact__text {
    max-width: 100%;
  }

  .threds-contact__form-wrap {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px;
    text-align: right;
  }

  .threds-about__top {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
  }

  .threds-about__title {
    font-size: 28px;
  }

  .threds-about__desc {
    font-size: 16px;
    max-width: 100%;
  }

  .massive-text {
    font-size: 22vw;
  }

  .threds-header__nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background-color: #4a3148;
    padding: 20px 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.4s ease;
  }

  .threds-header__nav.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .threds-header__menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .threds-header__toggle {
    display: flex;
  }

  .threds-hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .threds-hero__title {
    font-size: 36px;
  }

  .threds-hero__desc {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .threds-news__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .news-card {
    height: 350px;
  }

  .threds-news__slider-wrap {
    padding: 0 15px;
  }

  .threds-fields__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .field-card {
    height: 320px;
  }

  .threds-fields__slider-wrap {
    padding: 0 15px;
  }

  .threds-works__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .work-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0;
  }

  .work-item__img-wrap {
    width: 100%;
    height: 200px;
  }

  .work-item__title {
    font-size: 20px;
  }

  .work-item:hover .work-item__title {
    transform: translateY(-5px);
  }

  .threds-services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .service-card {
    height: 300px;
  }

  .threds-services__slider-wrap {
    padding: 0;
  }
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: #ffffff;
  transition: border-color 0.4s ease;
}

.work-item__title {
  font-size: 32px;
  color: #d6d4ca;
  font-weight: 600;
  margin: 0;
  width: 45%;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.3s ease;
}

.work-item__img-wrap {
  width: 45%;
  height: 320px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition:
    width 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.work-item__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(74 49 72 / 36%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.work-item__hover-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.work-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-item:hover .work-item__title {
  transform: translateX(-20px);
  color: #ffffff;
}

.work-item:hover .work-item__img-wrap {
  width: 95%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.work-item:hover .work-item__img-wrap img {
  transform: scale(1.05);
}

.work-item:hover .work-item__img-wrap::after {
  opacity: 1;
}

.work-item:hover .work-item__hover-box {
  opacity: 1;
  transform: translateX(0);
}

.work-item:hover .work-item__hover-box svg {
  animation: arrowPulse 1s infinite alternate ease-in-out;
}

.work-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: #ffffff;
  transition: border-color 0.4s ease;
}

.work-item__title {
  font-size: 24px;
  color: #d6d4ca;
  font-weight: 600;
  margin: 0;
  width: 45%;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    color 0.3s ease;
}

.work-item__img-wrap {
  width: 0%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition:
    width 0.8s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.work-item__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(1.2);
}

.work-item__img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(74, 49, 72, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.work-item__hover-box {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;

  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.work-item.scroll-active .work-item__img-wrap {
  width: 45%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.work-item.scroll-active .work-item__img-wrap img {
  transform: scale(1);
}

.work-item.scroll-active:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.work-item.scroll-active:hover .work-item__title {
  transform: translateX(-20px);
  color: #ffffff;
}

.work-item.scroll-active:hover .work-item__img-wrap {
  width: 75%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.work-item.scroll-active:hover .work-item__img-wrap img {
  transform: scale(1.05);
}

.work-item.scroll-active:hover .work-item__img-wrap::after {
  opacity: 1;
}

.work-item.scroll-active:hover .work-item__hover-box {
  opacity: 1;
  transform: translateX(0);
}

.work-item.scroll-active:hover .work-item__hover-box svg {
  animation: arrowPulse 1s infinite alternate ease-in-out;
}

.threds-contact-v2 {
  background-color: transparent;
  overflow: hidden;
}

.contact-v2__wrapper {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.contact-v2__form-card {
  background-color: #cec6bc;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(40px);
}

.contact-v2__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 42px;
  font-weight: 700;
  color: #4a3148;
  margin-bottom: 30px;
  text-align: right;
}

.contact-v2__types {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.type-btn {
  background-color: #d5cec5;
  border: none;
  border-radius: 18px;
  color: #4a3148;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 80px;
  width: 100%;
  outline: none !important;
}

.type-btn img {
  font-size: 18px;
}

.type-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.type-btn.active {
  background-color: #ffffff;
  border-color: #d6d4ca;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-v2__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-row.full-width {
  grid-template-columns: 1fr;
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.input-group label {
  font-size: 14px;
  font-weight: 700;
  color: #4a3148;
  margin-bottom: 10px;
}

.input-group input,
.input-group textarea {
  background-color: #ffffff24;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 14px;
  color: #2d253a;
  transition: all 0.3s ease;
  border: 1px solid var(--400, #bcb6a9);
}

.input-group textarea {
  resize: vertical;
}

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
  background-color: #ffffff;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: rgba(74, 49, 72, 0.4);
}

.contact-v2__submit {
  align-self: flex-start;
  background-color: #4a3148;
  color: #d6d4ca;
  border: none;
  border-radius: 50px;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-v2__submit svg {
  transition: transform 0.3s ease;
}

.contact-v2__submit:hover {
  background-color: #352334;
  box-shadow: 0 10px 20px rgba(74, 49, 72, 0.2);
}

.contact-v2__submit:hover svg {
  transform: translateX(-5px);
}

.contact-v2__info-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.info-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.info-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.info-card__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: right;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-item__icon {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.info-item__title {
  font-size: 24px;
  font-weight: 600;
  color: #d6d4ca;
  margin-bottom: 20px;
}

.info-item__desc {
  font-size: 20px;
  color: #d6d4ca;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;

  text-align: right;
}

.contact__email {
  text-decoration-line: underline;
}

.navbar-shrinkcontact {
  border-bottom: 1px solid #4a3148 !important;
  background-color: #4a3148 !important;
  padding: 10px 20px !important;
}

.contact-v2__types {
  display: flex;
  gap: 12px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.type-btn {
  background-color: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 12px;
  padding: 12px 25px;
  color: #4a3148;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.type-btn .contact__icon {
  width: 22px;
  height: auto;
  transition: transform 0.3s ease;
}

.type-btn:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.type-btn.active {
  background-color: #4a3148;
  color: #d6d4ca;
  box-shadow: 0 5px 15px rgba(74, 49, 72, 0.2);
}

.type-btn.active .contact__icon {
  transform: scale(1.1);
}

.container-contact {
  padding: 0 2rem;
}

.threds-video-showcase {
  background-color: #d6d4ca;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 100px;
}

.video-text-mask-container {
  position: relative;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
}

.video-text-mask-container img {
  z-index: 22;
  width: 100%;
}

.masked-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.svg-cutout {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.svg-title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 210px;
  font-weight: 700;
  letter-spacing: -2px;
}

.main-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: #000;
}

.main-showcase-video {
  width: 100%;
  display: block;
}

.showcase-desc {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px;
}

.showcase-desc p {
  color: #ffffff;
  line-height: 1.8;
  opacity: 0.9;

  width: auto;
  max-width: 555px;

  color: var(--Authenticity, #37261e);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--font-Line-height-24, 36px);
  /* 150% */
}

.btn-threds-showcase {
  border-radius: 50px;
  border: 1px solid var(--main, #4a3148);
  display: flex;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--purity, #d6d4ca);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Call to Actions/primary */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
  background: var(--main, #4a3148);
}

.video-container {
  width: 400px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.unclickable-video {
  width: 98%;
  height: 98%;
  object-fit: cover;

  pointer-events: none;
  user-select: none;
}

.threds-works-v3 {
  background-color: #d6d4ca;
  overflow: hidden;
}

.works-v3-video {
  width: 100%;
  height: 450px;
  background-color: #000;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.works-v3-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-v3-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.works-v3-title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 40px;
  margin: 0;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  /* 121.212% */
}

.works-v3-btn {
  display: flex;
  align-items: center;
  background: #ffffff1f;
  gap: 8px;
  flex-direction: row-reverse;
  padding: 10px 24px;
  border: 1px solid #e9e7e23d;
  border-radius: 50px;
  color: #e9e7e2 !important;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 50px;
  border: 1px solid var(--main, #4a3148);
  background: var(--main, #4a3148);
}

/* 
.works-v3-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
} */

.works-v3-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.works-v3-row {
  display: flex;
  gap: 20px;
  height: 280px;
  width: 100%;
}

.works-v3-card {
  position: relative;
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;

  transition:
    flex 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.3s ease;
}

.works-v3-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.works-v3-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 60%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

.works-v3-card-title {
  position: absolute;
  bottom: 25px;
  right: 25px;
  color: #d6d4ca;
  font-size: 24px;
  font-weight: 600;
  z-index: 2;
  margin: 0;
}

.works-v3-arrow {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #d6d4ca;
  z-index: 2;

  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.works-v3-card:hover {
  flex: 2.5;
}

.works-v3-card:hover img {
  transform: scale(1.05);
}

.works-v3-card:hover .works-v3-arrow {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.threds-fields__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}

.field-card-v2 {
  width: calc(14.28% - 15px);
  min-width: 130px;
  padding: 10px;
  margin: 0 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.field-card-v2 .field-icon {
  height: 100%;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.field-card-v2 .field-title {
  /* font-family: "Tajawal", sans-serif; */
  font-size: 14px;
  font-weight: 700;
  color: #4a3148;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

.field-card-v2:hover {
  transform: translateY(-8px);
}

.field-card-v2:hover .field-icon {
  transform: scale(1.1);
}

.threds-achievements {
  position: relative;
  background-color: #4a3148;
  padding: 120px 0;
  overflow: hidden;
}

.threds-achievements__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.6;
}

.threds-achievements__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-achievements__container {
  position: relative;
  z-index: 2;
}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  column-gap: 20px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: default;
}

.stat-item__value {
  display: flex;
  align-items: center;
  direction: ltr;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.stat-item__label {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.stat-item:hover {
  color: #ffffff;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.stat-item:hover .stat-item__number,
.stat-item:hover .stat-item__label {
  color: #fff;
}

.stat-item:hover .stat-item__label {
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.threds-partners {
  background-color: #e8e6df;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.threds-partners__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.threds-partners__info {
  max-width: 600px;
}

.threds-partners__title {
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 42px;
  font-weight: 700;
  color: #4a3148;
  margin-bottom: 20px;
}

.threds-partners__desc {
  /* font-family: "Tajawal", sans-serif; */
  font-size: 16px;
  color: #4a4a4a;
  margin: 0;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Regular/24 */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 125% */
}

.threds-partners__slider-wrap {
  position: relative;
}

.partners-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partner-card {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.partner-card:hover img {
  filter: grayscale(0%) opacity(1);
}

.partners-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 30px;
}

.partners-nav-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(74, 49, 72, 0.2);
  background-color: transparent;
  color: #4a3148;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.partners-nav-btn:hover {
  background-color: #4a3148;
  color: #ffffff;
  border-color: #4a3148;
}

.threds-cta {
  position: relative;
  padding: 140px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.threds-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.threds-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.threds-cta__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(74, 49, 72, 0.4),
      rgba(74, 49, 72, 0.7));
}

.threds-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.threds-cta__title {
  color: #ffffff;
  font-family: "Graphik Arabic", "GraphikArabic", serif;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.threds-cta__desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.btn-threds-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
  padding: 12px 35px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  background: #ffffff1f;
  border: 1px solid #e9e7e23d;
  border-radius: 50px;

  transition: all 0.4s ease;
}

.btn-threds-glass svg {
  transition: transform 0.3s ease;
}

.btn-threds-glass:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #4a3148;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-threds-glass:hover svg {
  transform: translateX(-5px);
}

.threds-services__title-btn {
  border-radius: 50px;
  border: 1px solid rgba(233, 231, 226, 0.24);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--200, #e9e7e2);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
}

.partners-swiper-top .swiper-wrapper,
.partners-swiper-bottom .swiper-wrapper {
  transition-timing-function: linear !important;
}

.news-footer {
  border-radius: 24px;
  /* background: var(--purity, #d6d4ca); */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 50px 70px;

  margin: 20px auto;
  max-width: 1200px;
}

.news-footer img.right-news {
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}

.news-footer img.left-news {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 0;
}

.news-footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.news-footer-right h1 {
  color: #d6d4ca;
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 137.5% */
}

.news-footer-right p {
  color: #d6d4ca;
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/meduim/16 */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

.news-footer-left {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.news-footer-left input {
  display: flex;
  width: 240px;
  height: 60px;
  padding: 0 24px;
  justify-content: flex-end;
  outline: none;
  font-size: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 84px;
  border: 1px solid #bcb6a9;
  background: #ffffff24;
  color: #d6d4ca;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
}

.news-footer-left input::placeholder {
  color: #d6d4ca;
  opacity: 0.6;
}

.news-footer-left button {
  display: flex;
  height: 60px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px solid #bcb6a9;
  background: #ffffff33;
  color: var(--purity, #d6d4ca);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* Arabi/Call to Actions/primary */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 163.636% */
}

.domains-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  max-height: 780px;
  background-image:
    linear-gradient(rgba(214, 212, 202, 0.2), rgba(214, 212, 202, 0.8)),
    url("./../img/domains-section.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  display: flex;
  flex-direction: column;

  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);

  padding: 100px;
}

.domains-section2 {
  position: relative;
  width: 100vw;
  height: 100vh;

  background-image:
    linear-gradient(#63252899, #63252899), url("./../img/domains-section.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3);

  padding: 100px;
}

.overlaydomains {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.transparenttextures.com/patterns/stardust.png");
  opacity: 0.3;
  pointer-events: none;
}

.containerdomains {
  position: relative;
  z-index: 2;
  display: flex;
  width: 90%;
  max-width: 1200px;
  height: 85vh;
  justify-content: space-between;
}

.right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30px;
}

.header-text {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1000px;
}

.header-text h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #3b2a2a;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
}

.header-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #5c4a4a;
  margin-bottom: 2rem;
  max-width: 620px;
  color: var(--main, #4a3148);
  text-align: right;
  leading-trim: both;
  text-edge: cap;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.domains-section2 .header-text h1,
.domains-section2 .header-text p {
  color: #d6d4ca;
}

.list-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden;

  mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 25%,
      black 75%,
      transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      black 25%,
      black 75%,
      transparent 100%);
}

.menu-list {
  position: absolute;
  top: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.menu-list li {
  padding: 20px 0;
  font-size: 2.1rem;
  color: #4a3148;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.4s ease;
  /* border-bottom: 1px solid rgb(0 0 0 / 22%); */
}

.menu-list li.active {
  color: #3b2a2a;
  opacity: 1;
  font-weight: bold;
  transform: scale(1.05);
  transform-origin: center;
}

.menu-list li:hover:not(.active) {
  opacity: 0.7;
}

.left-side {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-side {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.x-grid {
  position: relative;
  width: 350px;
  height: 350px;
}

.x-item {
  position: absolute;
  font-size: 25px;
  font-weight: 900;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;

  transition: all 3s cubic-bezier(0.25, 1, 0.5, 1);

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  opacity: 0;
}

.x-item.active {
  color: #3b2a2a;
  opacity: 1;

  transform: translate(-50%, -50%) scale(2);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.containerdomains2 .x-item.active {
  color: #d6d4ca;
}

.containerdomains2 .menu-list li {
  color: #d6d4ca;
  /* border-bottom: 1px solid #bdbdbd; */
}

.containerdomains2 .menu-list li.active {
  color: #d6d4ca;
}

.containerdomains2 .x-item {}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
}

.stat-item {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.stat-item.show-item {
  opacity: 1;
  transform: translateX(0);
}

.stat-item:nth-child(1) {
  transition-delay: 300ms;
}

.stat-item:nth-child(2) {
  transition-delay: 500ms;
}

.stat-item:nth-child(3) {
  transition-delay: 700ms;
}

.stat-item:nth-child(4) {
  transition-delay: 900ms;
}

.stat-item:nth-child(5) {
  transition-delay: 1100ms;
}

.stat-item:nth-child(6) {
  transition-delay: 1300ms;
}

.stat-item:nth-child(7) {
  transition-delay: 1500ms;
}

.stat-item:nth-child(8) {
  transition-delay: 1700ms;
}

.main-img-wrapper .contact__icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
}

.threds-achievements__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  direction: rtl;
}

.stat-item {
  opacity: 0;
  transform: translateX(-150px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  width: 200px;
}

.stat-item.show-item {
  opacity: 1;
  transform: translateX(0);
}

.video-scroll-track {
  height: 300vh;
  position: relative;
  background-color: #d6d4ca;
}

.video-sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-scale-wrapper {
  width: 30vw;
  height: 30vh;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  transform-origin: center center;
  will-change: width, height, border-radius;
}

.main-showcase-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.showcase-desc-overlay {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 80%;
}

.is-visible .works-v3-row:nth-child(1) .works-v3-card:nth-child(1) {
  flex: 2;
}

.is-visible .works-v3-row:nth-child(1) .works-v3-card:nth-child(2) {
  flex: 1.2;
}

.is-visible .works-v3-row:nth-child(1) .works-v3-card:nth-child(3) {
  flex: 1;
}

.is-visible .works-v3-row:nth-child(2) .works-v3-card:nth-child(1) {
  flex: 1;
}

.is-visible .works-v3-row:nth-child(2) .works-v3-card:nth-child(2) {
  flex: 1.8;
}

.is-visible .works-v3-row:nth-child(2) .works-v3-card:nth-child(3) {
  flex: 1.2;
}

.works-v3-row .works-v3-card:hover {
  flex: 3 !important;
}

.is-visible .slide-right {
  opacity: 0;
  transform: translateX(300px);
  animation: slideIntoPlace 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.is-visible .slide-left {
  opacity: 0;
  transform: translateX(-300px);
  animation: slideIntoPlace 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.zoom-in {
  opacity: 0;
  transform: scale(0.5);
}

.is-visible .zoom-in {
  animation: scaleForward 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes scaleForward {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.left-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.left-side::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgb(213 211 201) 0%, rgb(0 0 0 / 0%) 55%);
  /* filter: blur(40px); */
  z-index: 0;
  pointer-events: none;
}

.x-grid {
  position: relative;
  z-index: 1;
}

.containerdomains2 .left-side::before {
  background: radial-gradient(circle, #63252899 0%, rgba(214, 212, 202, 0) 70%);
}






























.page-hero {
  position: relative;
  height: 45vh;
  min-height: 350px;
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.page-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.page-hero__title {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 3.5rem;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.projects-filter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.filter-btn {
  background-color: #D5CEC5;
  color: #3C2B3E;
  border: none;
  padding: 15px 20px;
  border-radius: 18px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none !important;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #4A314D;
  color: #fff;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project-card.full-width {
  grid-column: span 2;
}

.project-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.project-card.full-width {
  aspect-ratio: 21 / 9;
}

.project-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.4s ease;
  z-index: 1;
}

.project-card:hover .project-card__overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.project-card:hover .project-card__img {
  transform: scale(1.05);
}

.project-card__info {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  text-align: right;
}

.project-card__category {
  display: inline-block;
  background: #FFFFFF24;
  color: #D6D4CA;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 18px;
  margin-bottom: 12px;
}

.project-card__title {
  color: #F2F4F8;
  font-size: 26px;
  margin: 0;
}

.project-card__hover-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  width: 55%;
  text-align: right;

  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-card:hover .project-card__hover-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.project-card__desc {
  color: #e2e2e2;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-card__btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.project-card__btn:hover {
  background: #fff;
  color: #3C2B3E;
  text-decoration: none;
}

#mainNav {
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out !important;
}

.header-scrolled {
  background-color: #4A3148 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.filter-btn:hover img,
.filter-btn.active img {
  content: url("../img/Vector (3).png");
}

.filter-btn img {
  transition: all 0.3s ease;
}

.hide-project {
  display: none !important;
}

@media (max-width: 991px) {
  .project-card__hover-content {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .project-card.full-width {
    grid-column: span 1;
    aspect-ratio: 16 / 12;
  }

  .project-card {
    aspect-ratio: 16 / 12;
  }

  .project-card__hover-content {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 30px;
    text-align: left;
  }

  .project-card__btn {
    font-size: 12px;
  }

  .project-card__info {
    right: 20px;
    bottom: 20px;
  }

  .project-card__desc {
    font-size: 13px;
    -webkit-line-clamp: 4;
  }

  .page-hero__title {
    font-size: 2.5rem;
  }

  .project-card__category {

    font-size: 12px;
  }

  .project-card__title {
    font-size: 16px;
  }


}











.project-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}

.project-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.85) 100%); */
  z-index: 1;
}

.project-hero .container {
  position: relative;
  z-index: 2;
}

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

.project-hero__category {
  display: inline-block;
  background-color: #FFFFFF24;
  /* backdrop-filter: blur(8px); */
  color: #ffffff;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 63px;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  margin-bottom: 20px;
}

.project-hero__title {
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 5.5rem);
  margin: 0;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.project-about {
  background-color: #D6D4CA;
  color: #4A3148;
  padding: 100px 0;
}

.project-about__content {
  padding-left: 50px;
}

.project-about__title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 30px;
  color: #4A3148;
}

.project-about__desc {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 50px;
  color: #4A3148;
  opacity: 1;
}

.project-about__meta {
  display: flex;
  flex-direction: column;
}

.meta-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(49, 38, 47, 0.15);
}

.meta-item:last-child {
  border-bottom: 1px solid rgba(49, 38, 47, 0.15);
}

.meta-label {
  font-size: 1rem;
  font-weight: 500;
  color: #4A3148;
}

.meta-value {
  font-size: 18px;
  color: #4A3148;
  opacity: 0.8;
}

.project-about__image img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  object-fit: cover;
}


.project-stats {
  background-color: #4a3646;
  padding: 100px 0;
  color: #ffffff;
}

.ProjectDetailsstat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-number {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.stat-number .prefix {
  margin-right: 2px;
}

.stat-text {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

@media (max-width: 767px) {
  .project-stats {
    padding: 60px 0;
  }

  .ProjectDetailsstat-item {
    margin-bottom: 30px;
  }
}

.project-story {
  background-color: #D6D4CA;
  padding: 120px 0;

  margin: 60px 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.project-story::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
}

.project-story .container {
  position: relative;
  z-index: 2;
}

.project-story__title {
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: #4A3148;
  margin-bottom: 55px;
}

.project-story__desc {
  font-size: 24px;
  line-height: 1.9;
  color: #37261E;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .project-story {
    padding: 80px 0;
    background-size: 150% auto;
  }

  .project-story__desc {
    font-size: 1rem;
    background-color: rgba(226, 222, 213, 0.85);
    padding: 15px;
    border-radius: 10px;
  }
}

.creative-solution {
  background: linear-gradient(to bottom, #4A3148 40%, #D6D4CA 40%);
  padding: 100px 0 0 0;
}

.creative-solution__text {
  color: #ffffff;
  margin-bottom: 60px;
}

.creative-solution__title {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  margin-bottom: 35px;
  color: #D6D4CA;
}

.creative-solution__desc {
  font-size: 1.1rem;
  line-height: 1.9;
  max-width: 800px;
  margin: 0 auto;
  font-size: 24px;
  color: #D6D4CA;
}

.creative-solution__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  margin-bottom: 80px;
  display: block;
}

.creative-solution__media .media-thumb {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.creative-solution__media:hover .media-thumb {
  transform: scale(1.03);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 6px;
}

.creative-solution__media:hover .play-btn {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 768px) {
  .creative-solution {
    background: linear-gradient(to bottom, #4a3646 55%, #D6D4CA 45%);
    padding: 70px 0 0 0;
  }

  .creative-solution__media {
    border-radius: 16px;
    margin-bottom: 50px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
  }

  .play-btn::after {
    border-width: 10px 0 10px 16px;
  }
}

.project-gallery {
  background-color: #D6D4CA;
  padding: 100px 0;
}

.project-gallery__title {
  color: #4A3148;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  margin-bottom: 50px;
}

.custom-gx {
  margin-left: -8px;
  margin-right: -8px;
}

.custom-gx>[class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.gallery-item {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(49, 38, 47, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-overlay i {
  color: #ffffff;
  font-size: 2.5rem;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: translateY(0) scale(1);
}

.related-projects {
  background-color: #D6D4CA;
  padding: 100px 0;
}

.related-title {
  font-size: clamp(2rem, 3vw, 2.5rem);
  color: #4A3148;
}

.related-btn {
  background-color: #4a3646;
  color: #D6D4CA !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: none;
  padding: 15px 25px;
}

.related-btn:hover {
  background-color: #4A3148;
  transform: translateX(-5px);
}

.related-cards-wrapper {
  display: flex;
  gap: 20px;
  height: 420px;
  width: 100%;
}

.related-card {
  position: relative;
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}

.related-cards-wrapper .related-card:hover {
  flex: 2.5;
}

.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
  transition: background 0.5s ease;
}

.related-card:hover .card-overlay {
  background: rgb(91 82 89 / 28%);
}

.card-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.card-title {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  white-space: nowrap;
}

.card-arrow {
  color: #ffffff;
  font-size: 1.5rem;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s ease;
}

.related-card:hover .card-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 768px) {
  .related-cards-wrapper {
    flex-direction: column;
    height: auto;
  }

  .related-card {
    height: 250px;
    width: 100%;

    flex: none;
  }

  .related-cards-wrapper .related-card:hover {
    flex: 1;
  }

  .card-arrow {
    opacity: 1;
    transform: translateX(0);
  }
}

.project-cta {
  background-color: #D6D4CA;
  padding-bottom: 120px;
}

.cta-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 38, 47, 0.15);
  margin-bottom: 80px;
}

.cta-title {
  font-size: clamp(3rem, 4vw, 2.8rem);
  color: #37261E;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-desc {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #37261E;
  max-width: 600px;
  margin: 0 auto 40px auto;
  font-weight: 600;
}

.cta-btn {
  background-color: #4a3646;
  color: #ffffff !important;
  font-size: 1.05rem;
  padding: 20px 35px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.cta-btn:hover {
  background-color: #4A3148;
  transform: translateY(-4px);
  box-shadow: 0 15px 25px rgba(49, 38, 47, 0.15);
}

.cta-btn .arrow {
  transition: transform 0.3s ease;
}

.cta-btn:hover .arrow {
  transform: translateX(-5px);
}

@media (max-width: 768px) {
  .cta-divider {
    margin-bottom: 50px;
  }

  .project-cta {
    padding-bottom: 80px;
  }

  .cta-desc {
    font-size: 1rem;
  }
}

.project-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding-bottom: 80px;
  overflow: hidden;

}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  z-index: 0;
}

.project-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgb(0 0 0 / 28%) 100%);
  z-index: 1;
}

.project-hero .container {
  position: relative;
  z-index: 2;
}

.project-gallery {
  background-color: #D6D4CA;
  padding: 100px 0;
  overflow: hidden;
}

.project-gallery__title {
  color: #4A3148;
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  margin-bottom: 50px;
}

.gallery-swiper {
  width: 100%;
  padding-bottom: 60px;
}

.gallery-swiper .swiper-slide {
  height: auto;
}

.gallery-item {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(74, 49, 72, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-overlay i {
  color: #ffffff;
  font-size: 2.5rem;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-overlay i {
  transform: translateY(0) scale(1);
}

.swiper-pagination-bullet {
  background-color: rgba(74, 49, 72, 0.5) !important;
}

.swiper-pagination-bullet-active {
  background-color: #4A3148 !important;
}







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

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

@media (max-width: 1200px) {
  .field-card-v2 {
    width: calc(20% - 15px);
  }

  .stat-item__number {
    font-size: 50px;
  }
}

@media (min-width: 1200px) {
  .container-projects {
    max-width: 80% !important;
  }
}

@media (max-width: 991px) {
  .threds-achievements__stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }

  .project-about__content {
    padding-left: 0;
  }

  .project-about__image {
    margin: 50px auto;
  }

  .field-card-v2 {
    width: calc(25% - 15px);
  }

  .contact-v2__wrapper {
    grid-template-columns: 1fr;
  }

  .contact-v2__info-card {
    min-height: 400px;
  }

  .header-text {
    flex-wrap: wrap;
  }

  .works-v3-row {
    flex-direction: column;
    height: auto;
  }

  .works-v3-card {
    height: 250px;
  }

  .works-v3-row .works-v3-card {
    flex: none !important;
  }

  .works-v3-row .works-v3-card:hover {
    flex: none !important;
  }

  .news-footer {
    display: flex;
    flex-wrap: wrap;
  }

  .showcase-desc {
    margin: 15px;
  }

  .stat-item {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .news-footer {
    padding: 50px 25px;
  }

  .works-v3-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }

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

  .works-v3-video {
    height: 250px;
  }

  .works-v3-row {
    flex-direction: column;
    height: auto;
  }

  .works-v3-card {
    height: 250px;
    flex: none;
    width: 100%;
  }

  .works-v3-arrow {
    opacity: 1;
    transform: translateX(0);
  }

  .threds-video-showcase {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-text-mask-container {
    margin-bottom: 20px;
  }

  .main-video-wrapper {
    border-radius: 12px;
  }

  .showcase-desc p {
    font-size: 14px;
    padding: 0 15px;
  }

  .contact-v2__form-card {
    padding: 30px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-v2__types {
    justify-content: center;
  }

  .contact-v2__submit {
    width: 100%;
    justify-content: center;
  }

  .work-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }

  .work-item__title {
    width: 100%;
  }

  .work-item__img-wrap {
    width: 100% !important;
  }

  .work-item.scroll-active .work-item__img-wrap {
    width: 100% !important;
  }

  .work-item.scroll-active:hover .work-item__img-wrap {
    transform: translateY(-5px);
  }

  .work-item.scroll-active:hover .work-item__title {
    transform: translateX(0);
  }

  .work-item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
    padding: 25px 0;
  }

  .work-item__title,
  .work-item__img-wrap {
    width: 100%;
  }

  .work-item:hover .work-item__img-wrap {
    width: 100%;
    transform: translateY(-5px);
  }

  .work-item:hover .work-item__title {
    transform: translateX(0);
  }

  .field-card-v2 {
    width: calc(33.333% - 15px);
    padding: 0;
    margin: 0;
  }

  .field-card-v2 .field-icon {
    height: 100%;
  }

  .field-card-v2 .field-title {
    font-size: 13px;
  }

  .threds-cta {
    padding: 90px 0;
  }

  .threds-cta__title {
    font-size: 40px;
  }

  .threds-cta__desc {
    font-size: 16px;
    padding: 0 15px;
  }

  .threds-achievements {
    padding: 80px 0;
  }

  .stat-item__value {
    font-size: 55px;
  }

  .stat-item__label {
    font-size: 16px;
  }

  .threds-partners__header {
    flex-direction: column;
    gap: 20px;
  }

  .threds-partners__action {
    align-self: flex-start;
  }

  .works-v3-card:hover {
    flex: none;
  }

  .works-v3-title {
    font-size: 30px;
  }

  .containerdomains {
    flex-wrap: wrap;
  }

  .containerdomains .right-side,
  .containerdomains .left-side {
    width: 100%;
    padding: 0 20px;
  }

  .containerdomains .right-side {
    height: 300px;
  }

  .domains-section {
    max-height: initial;
    height: 120vh;
  }

  .project-hero {
    padding-bottom: 50px;
  }

  .project-hero__category {
    font-size: 0.9rem;
    padding: 6px 20px;
  }
}

@media (max-width: 576px) {
  .domains-section {
    padding: 50px 20px;
  }

  .stat-item {
    padding: 25px 10px;
  }

  .stat-item__number {
    font-size: 36px;
  }

  .threds-works__desc,
  .threds-services__desc {
    font-size: 16px;
  }

  .threds-achievements__title,
  .threds-works__title,
  .threds-services__title,
  .threds-fields__title,
  .threds-news__title,
  .threds-contact__title {
    font-size: 30px;
  }

  .threds-fields__desc,
  .threds-news__desc,
  .stat-item__label,
  .threds-contact__desc {
    font-size: 14px;
  }

  .services-nav-btn,
  .fields-nav-btn,
  .news-nav-btn {
    width: 50px;
    height: 50px;
  }

  .news-navigation,
  .fields-navigation {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .field-card-v2 {
    width: calc(50% - 15px);
  }
}

.threds-works-section-padding-compact {
  padding: 0 3rem;
}

@media (min-width: 1444px) {

  .threds-works-section-padding-compact,
  .container-contact {
    padding: 0 3rem;
    margin: auto;
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 1444px) {
  .type-btn {
    width: 23%;
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }

  40% {
    transform: translateY(-10px) translateX(-50%);
  }

  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}


.pagination .page-item .page-link {
  border: 1px solid #D5CEC5;
  margin: 1px;
  background-color: #D5CEC5;
  color: #3C2B3E;
}

.pagination .page-item.active .page-link {
  border-color: #4A314D;
  background-color: #4A314D;
  color: #fff;
  border-radius: 4px;
}

.mailing-list-message {
  margin-top: 10px !important;
  padding: 6px !important;
  border-radius: 4px !important;
  font-size: 10px !important;
  position: absolute !important;
  bottom: -65px !important;
  left: 0 !important;
  width: 100% !important;
}