
:root[lang="ar"] {
  --direction: rtl;
}

:root[lang="en"] {
  --direction: ltr;
}

:root {
  --light-background-color: #fff;
  --light-text-color: #000;
  --light-section-bg: #eee;
  --dark-background-color: #333;
  --dark-text-color: #fff;
  --default-direction: ltr;
  --card-color:#fff;
  --color-gray:#eee;
  --color-transperant:transparent;


}
[data-theme="dark"] {
  --light-background-color: #333;;
  --light-text-color: #fff;
  --light-section-bg: #333;
  --card-color:#fff;
  --color-gray:#aaa;
  --color-transperant:#000;

}







body {
  font-family: 'Tajawal', sans-serif;
  direction: var(--direction);
  background-color: var(--light-background-color);
  color: var(--text-color);
}

a {
  color: #6e0b25;
  text-decoration: none;
}

a:hover {
  color: #6e0b25;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tajawal', sans-serif;
  color: var(--light-text-color);
line-height: 32px;
color:#6e0b25 ;
font-size: 20px;
}
@media (min-width:776px) {
  h1{
    font-size: 30px;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #6e0b25;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
 color:#fff;
  line-height: 0;
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #6e0b25;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background:  transparent ;
  padding: 15px 0;
  color: #fff;
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  background-color: #fff;
  border-bottom: 1px solid #e6f2fb;
}
header li button{
  border: none;
  outline: none;
  padding: 10px;
  background-color: #6e0b25;
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: 'Tajawal', sans-serif;
}


#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.langbtn{
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  color:#fff;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 600;
}
#header.header-scrolled .navbar a{
  color:#000;
}
li{
  list-style: none;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}


.navbar .active,
.navbar .active:focus{
  color: #6e0b25 !important;
  font-weight: 600;
 
}

.navbar .getstarted,
.navbar .getstarted:focus,header li button {
  background: #6e0b25;
  color: #6e0b25;
  padding: 8px 20px;
  /*margin-left: 30px;*/
  border-radius: 4px;
 color:var(--light-text-color);
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
 color:#6e0b25;
 
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #6e0b25;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: rgba(0, 0, 0,.7);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
 color:#fff;
}
.header-scrolled .mobile-nav-toggle{
  color: rgba(0, 0, 0,.7);
}
@media (max-width: 1100px) {
  .mobile-nav-toggle {
    display: block;
    color: #fff;
    
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
 color:#6e0b25;;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #6e0b25;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #6e0b25;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;

  position: relative;
  background-color: var(--light-background-color);
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  background-color: var(--color-transperant);
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 50px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #6e0b25;
  font-family: 'Tajawal', sans-serif;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 10px 0;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;

}

#hero .btn-get-started {
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
 color:var(--light-text-color);
  background: #6e0b25;
  font-size: 16px;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 50px;
}

#hero .icon-box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  /* background: #fff; */
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  min-height: 150px;
  border: 1px solid #aaa;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
text-align: center;

}

#hero .icon-box .title a {
  color: #6e0b25;
  transition: 0.3s;
  font-size: 20px;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
  line-height: 1;
  color: #6e0b25;
}

#hero .icon-box:hover {
  transform: scale(1.02);
}

#hero .icon-box:hover .title a {

}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: var(--light-section-bg);
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  background-color: var(--light-background-color);
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;

}

.about .content ul li {
 
  position: relative;
  text-align: justify;
  line-height: 32px;
  font-size: 19px;
  
  font-weight: 500;
  color: var(--light-text-color);
  background-image: url('../img/clients/check.jpeg');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 50px;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  
margin-left: 10px;
  font-size: 20px;
  color: #6e0b25;
  line-height: 1;
}
.about .about-img{
  position: relative;
  z-index: 2;
}
/* .about .about-img:before {
  position: absolute;
  inset: -40px 0 0 -40px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
} */

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #6e0b25;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #6e0b25;
}

.about .content .btn-learn-more:hover {
  background: #6e0b25;
 color:var(--light-text-color);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 20px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
  background-color: #fff;
  /* padding: 20px; */

  position: relative;
  border-radius: 2px;
  
  margin: 15px auto;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 120px;

}
.counts.first{
  position: relative;
  top: -100px;
}
.counts .count-box  b{
  display: block;
  background-color: #6e0b25;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
 
}
.four-contents .counts .count-box {
  border: 1px solid #eee;
  border-radius: 5px;
}
.counts .count-box span {
  font-size: 20px;
  line-height: 32px;
  display: block;
  font-weight: 600;
  color: #124265;
  margin-left: 80px;
  margin: auto;
  position: absolute;
  top: -20px;
  background: #6e0b25;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 6px solid #eee;
 outline: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10px;
  color: var(--dark-text-color);

}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #6e0b25;
}
.counts .count-box p i{
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/

#about-video .section-title p{
  width: 100%;
  margin: 20px auto;
  line-height: 32px;
  margin-bottom: 60px;
}
@media (min-width:776px) {
  #about-video .section-title p{
    width: 80%;
 
  }
}
.about-video .content {
  font-size: 15px;
  color: var(--light-background-color);
}
 .dimension p{
  font-size: 18px;
  
}
.about-video{
  background-image: url('../img/main.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size:cover;

  color: #fff ;
 
}

  .about-video .overlay {
    padding-top: 100px;
    background: linear-gradient(to  bottom, rgba(40, 6 ,1,.8), rgba(83, 9 ,23,.5));
    
    /* min-height: 80vh */
  }
  

 .depentance-sec{
  /* background-color:var(--card-color); */

  border-radius: 10px;
 background-size: 40%;
  /* background-image: url('../img/develop.png'); */
  background-position:left center ;
  background-repeat: no-repeat;
  background-blend-mode:multiply;
  background-attachment: fixed;

}
 .depentance-sec .dependence-div{
/* background-color: #eee; */
/* width: 50%; */
margin: 10px 0;
padding: 20px;

box-shadow: 5px 10px 20px rgba(127, 170, 203, .1);
border-radius: 15px;
background-color: var(--light-background-color);
color: var(--light-text-color);
border: 1px solid #eee;
}
.depentance-sec .dependence-div li{
  line-height: 28px;
  font-size: 16px;
 margin: 5px 5px;
  font-weight: 500;
  list-style: none;

}
.depentance-sec .dependence-div i{
  margin-left: 5px;
  color: #6e0b25;
}
 .workshop-details-content li{
  list-style: none;
}
 .depentance-sec .dependence-div p{
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
 
}
 .depentance-sec .dependence-div span{
  text-align: justify;
  display: block;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
 .depentance-sec .dependence-div .number{    font-size: 40px;
  color: #ececec;
text-align: start;
margin-bottom: 20px;
display: block;}
 .depentance-sec h4,.con-content h4{
  color:#6e0b25;
  text-align: center;
  font-weight: 700;
}
.ways .four-p span{
  
 
  display:inline-block;
color: #1a5e90;
  text-align: center;
  margin-bottom:10px;
  font-weight: 700;
  font-size: 20px;

}
.ways .how{
  /* background-color: #6e0b25; */
  color: #6e0b25;;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  font-weight: 900;
  padding: 10px;
  font-size: 20px;
  width: 100%;
  margin: auto;
  border-radius: 8px;
}
.ways .three-parts div{
  width:100%
}
.ways .two-parts{
  display: block;
}
 .four-p{
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; */
}
 .four-p p{
  /* width: 100%; */
  margin-bottom: 0px;

}
.ways .three-parts .one .part{
  width: 100%;
}
.ways .three-parts .one{

}


.ways h4{
  font-weight: 800;
}
.ways p{
  line-height: 32px;
  margin: 10px 0;
  font-size: 18px;
}
.ways .three-parts{
  align-items: center;
  justify-content: center;
  margin: 0;
  display: block;
  text-align: center;
}
.ways .three-parts .three img{
  width: 50%;
  mix-blend-mode: multiply;
}
.ways .three-parts .three{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px auto;
 
}
 .depentance-sec .dependence-div  img{
  mix-blend-mode: multiply;
}
 .dimension div .chart{
 
  
  
  border-radius: 10px;
 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 /* padding:5px 10px; */
  width:100%;
  margin: 10px auto;

 }

 .dimension div p i{
  font-size: 20px;
  color: #6e0b25;
}

 .dimension div p {
  font-size: 16px;
  font-weight: 600;
}
.about-video  .details p, .dimension-p{
  color: #6e0b25;
  font-size: 18px;
  font-weight: 700;
  text-align:start;
}
.about-video  .details ul{
  /* padding-top: 10px; */
  padding-left: 0;
  padding-right: 0;
}
.about-video  .details li{
line-height: 32px;
font-size: 18px;
  color: var(--light-text-color);
  margin: 5px auto;
  list-style-type: none;
  color: #fff;
}
.about-video  .deteials-image{

  /* background-color:#6e0b25 ; */
  
  
}
.about-video  .deteials-image img{
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 position: relative;
 right: -10px;
top:  -10px;
height: 250px; */

}
.about-video  .deteials-image::before{
  position: absolute;
  width: 20%;
  /* content: ""; */
  z-index: -1;
 
  height: 100px;
  background-color: #6e0b25;
  inset: -40px 300px 0 -40px;
  left: -50px;
}
.about-video  .deteials-image::after{
  position: absolute;
  width: 20%;
  /* content: ""; */
  z-index: 1;
  right: 10px;
  height: 100px;
  background-color: #6e0b25;
  bottom: 0;
  /* inset: 0 -40px  -40px 0; */
}
.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #6e0b25;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#6e0b25 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #6e0b25;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.three-parts{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 20px auto;
  justify-content: center;
}
.three-parts div{
  width: 30%;
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
  margin: 20px 0;
}

.clients .swiper img {
  max-width: 80%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients .swiper{
  /* width: auto !important; */
}
.clients .swiper-pagination-bullet{

  border-radius: 5px;
  font-size: 14px;
  vertical-align: middle;
  
}
.clients .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients .swiper-slide img {
  display: block;
  
  object-fit: contain;
}

.clients .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.clients .swiper-pagination-bullet-active {
  color: #fff;

}
.clients .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #6e0b25;
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
.clients .clientsmySwiper{
  padding: 20px 10px;
}
.clients .one-video:hover{
  transform: scale(1);
  filter: none;
}

.clients .swiper-slide img{
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 10px 5px;
  min-height: 200px;
  padding: 4px;
}
.clients .swiper-slide div{
  display: flex;
  justify-content: center;
}
.clients .swiper-pagination{
  top: 90%;
  z-index: 10000;
  position: relative;
  bottom: 0;
}
.clients .swiper-wrapper{
  margin: 20px 0;
}
.clients .swiper-wrapper:hover{
  cursor: pointer;
}
@media (max-width: 768px) {
  .clients .swiper img {
    max-width: 80%;
  }
}

.clients img.one-video {
  width: 100% !important;

  border-radius: 5px;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
  
}

.clients .about-img{
 
  /* background-color: #6e0b25; */


  border-radius: 0 5px 5px 0;

 
  
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.swiper-button-prev:after,.swiper-button-next:after {
  display: none;
}


.swiper-button-next, .swiper-rtl .swiper-button-prev,
.institude .testimonials-slider .testimonial-item i{
  font-size: 25px;
  font-weight: 800;
  color: #aaa;
  line-height: 32px;
  height: 20px;
  right: 20px;
  left: 20px;
}
.swiper-rtl .swiper-button-next{
  /* right: 50px; */
}
.institude .testimonials-slider {
  background-color: var(--light-background-color);
  padding: 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px 0;
  border-radius: 10px;
 
}
.institude  .five-wall div h4{
  font-weight: 700;
  line-height: 40px;
}
.institude  .five-wall div i{
  font-size: 30px;
}
.institude  .five-wall div p{
  line-height: 28px;
  font-size: 16px;
  
  
}
.institude .skills-part .text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 
 
  align-items: center;
}
.institude .skills-part .text .circle-part{
  background-color: #eee;
  width: 100%;
  
  margin: 10px 10px;
  border-radius: 5px;

  text-align: center;
  font-size: 20px;
  
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
@media (min-width:776px){
  .institude .skills-part .text .circle-part{
    width: 40%;
  } 
  .institude .skills-part .text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
   
    align-items: center;
  }
}
.institude .skills-part .text .circle-part span{
  text-align: left;
  display: block;
  font-size: 30px;
  position: relative;
  /* top:-18px; */
  /* left: -10px; */
  
  font-weight: 800;
  color: #6e0b25;
  line-height: 22px;
  margin-bottom: 10px;
}
.institude .skills-part  .second .circle-part span{
  text-align: right !important;
  /* right: -10px; */
}
.institude .skills-part  .image img{

}
.institude .skills-part .text .circle-part p{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.institude .skills-part .text  .two{
  display: flex;
  justify-content: center;
}
.institude  .five-wall div{
  border: 2px solid transparent;
  padding: 10px;
  transition: .5s cubic-bezier(0.075, 0.82, 0.165, .5);
  border-radius: 5px;
  margin: 10px 5px;
}
.institude  .five-wall div:hover{
  border: 2px solid #aaa;
  transform: translateY(-10px);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.institude .testimonials-slider .testimonial-item p{
  padding: 0;
  margin: 0;
  padding: 0px;
  width: 80%;
  margin: 0px auto;
  color: var(--light-text-color);
  line-height: 32px;
  line-height: 32px;
  font-size: 18px;
}

.institude {

}


.plateform-services .plateform-part div img{
width: 40px;
height: 30px;
margin-left: 10px;
}

.plateform-services .plateform-part .col-lg-4{

  /* margin: 10px auto; */
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 20px;
  min-height: 150px;
 
}
.plateform-services .plateform-part h2{
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
  
}
.plateform-services .plateform-part div div{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 32px;

  
}
.plateform-services .plateform-part div div h6{
  font-weight: 600;
}
.plateform-services .plateform-part div div span{
  display: block;
  line-height: 22px;
}
.plateform-services .plateform-part{
  padding: 20px;
}
.section-title.new{
  /* background-image: url('../img/newbg.webp'); */

  /* background-attachment: fixed;
  background-size: contain;
  position: relative;
min-height:200px ;
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 0;
margin-bottom: 40px; */

}
/* .section-title.new::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(110, 11, 37,.8);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0
} */
.bromo-video{
  background-color: #fff;
  border-radius: 20px;
  /* display: flex; */
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  min-height: 400px;
  align-items: center;
}
.logo-part{
  /* position: absolute; */
  background-color: #eee;
  /* left: 50%; */
height: 150px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  

}
.plyr--video{
  border-radius: 20px;
}
.plyr audio, .plyr iframe, .plyr video{
height: 400px !important;
}

.logo-part img{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
 color:var(--light-text-color);
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
 color:var(--light-text-color);
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
 color:var(--light-text-color);
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
 color:var(--light-text-color);
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
 color:var(--light-text-color);
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
 color:var(--light-text-color);
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #6e0b25;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
 color:var(--light-text-color);
  font-size: 28px;
  font-weight: 700;
}

.cta p {
 color:var(--light-text-color);
}

.cta .cta-btn {
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
 color:var(--light-text-color);
}

.cta .cta-btn:hover {
  background: #fff;
  color: #6e0b25;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #6e0b25;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
 color:var(--light-text-color);
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
 color:var(--light-text-color)fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
 color:var(--light-text-color);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6e0b25;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6e0b25;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #6e0b25;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f8fbfe;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Tajawal', sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #124265;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #6e0b25;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #6e0b25;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #6e0b25;
 color:var(--light-text-color);
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #6e0b25;
 color:var(--light-text-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3194db;
 color:var(--light-text-color);
  text-decoration: none;
}

/* tabs part */
.tabs-part .accordation{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 6px;

  /* box-shadow: 0px 20px 60px 6px rgba(0,0,0,0.05); */
  border-radius: 20px;
  padding:5px 20px;
}
.accordation .accordionbtn{
  text-align: center;
  border: none;
  outline: none;

  padding: 5px 10px;
  
  width: 100%;
  font-size: 16px;
  transition: .5s ease;
  color: #fff;
  min-height:40px;
  
  border-radius: 15px;
  background-color: #8b8b8d;
  
  }
  .active-button{   
   
    background-color:#6e0b25!important;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px 1px #00000050;
   color: #fff;
   font-size: 16px;
   border-radius:10px;
   line-height: 32px;
  
   }
   .para_section p{
    border: 1px solid #eee;
    background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
 
  }
   .hidden-content{
    display: none;
    
  }
  .hidden-content span{
    display: block;
    line-height: 28px;
    font-size: 18px;
  }
  .para_section{
    margin:20px auto;
  }
  .section-title p{
    width: 100%; 
    margin: 10px auto;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
   
  }
  
  .para_section .allbtn{
    display: none;
    border: none;
    outline: none;
    padding: 10px 10px;
    background-color: #124265;
    color: #fff;
    min-width: 10%;
  border-radius: 5px;

  }
 .text-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px;
    padding: 10px;
  }
  .text-content div{
    width: 100%;
    background-color: var(--color-gray);
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: var(--light-text-color);
  }
  .text-content div i{
    font-size: 30px;
    margin-bottom: 20px;
    color: #6e0b25;
  }
  .text-content div p{
    line-height: 32px;
    font-size: 19px;
  }
/* tabs part */


.goals .goals-part li{
  
  line-height: 28px;
  font-size: 18px;
  margin: 5px 0;
  display:flex;
 
    align-items: center;

}
.goals .goals-part li i{
    font-size:10px;
    margin-left:8px;
}
.goals .goals-part p{
  font-size: 20px;
  font-weight: 700;
}
.goal-section .eight-cards div{
  background-color: var(--light-background-color);
  text-align: center;
  border: 1px solid var(--color-gray);
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  
}
.goal-section i{
  margin-left: 5px;
}
.goal-section .eight-cards div p{
  color:#6e0b25;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
.goal-section .eight-cards div span{
  line-height: 28px;
  display: block;
  font-size: 20px;
}
.active-part {
 
  color: #621310;
  box-shadow: 0 2px 24px 0 rgba(110,123,129,.2);
    border-radius: 40px;
}
.active-part:hover{
  color: #621310;
}
.text-con {
  display: none;
}
.new-steps .buttons{
  display: flex;
  flex-direction: column;
}
.new-steps .buttons button:hover{
  color: #621310;
  box-shadow: 0 2px 24px 0 rgba(110,123,129,.2);
    border-radius: 40px;
    background-color: #fff;

}
.new-steps .buttons button.five-buttons-active:hover{
  color: #fff;
}
.new-steps .buttons button{
  outline: none;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  transition: .4s ease;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 24px 0 rgba(110,123,129,.2);
  background-color: #fff;
  margin: 5px 0;
  border-radius: 40px;
  transition: .5s ease-in;
}
.new-steps .buttons button .number{
  background-color: #621310;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: 5px;
}
.work,.workshop-details-content1,
.workshop-details-content2 {
 
}
  .work p.workshop-details{
    color: #621310;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  
  }
  .far.fa-check-circle{
      margin-left:5px;
  }
  @media(min-widh:776px){
      .work p.workshop-details{
           text-align: start;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
      }
  }
  .con-content .hid-p{
    color: #621310;
    font-size: 18px;
    font-weight: bold;
    text-align: center !important;
    width: 100%;
    margin: 10px auto;
  }
  .work .details-btn1,.work .details-btn2,
  .work .details-btn3{
    border: 1px solid #621310;
    outline: none;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .text-con .text h4{
    font-weight: 700;
  }
  .icon-box .numberi{
    font-weight: 800;
    font-size: 25px;
  }
  .text-con .text p ,.con-content p,
  .con-content .showbtn{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    width: 100%;

  }
  .con-content .showbtn{
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .con-content .showbtn i{
    margin-right: 20px;
  }
  .four-contents {
   transition: .5s ease-in-out;
   
   
    
}


  @media(min-width:776px){
      .workshop-details{
          
          align-items:center;
          justify-content:space-between;
          text-align:center;
      }
  }
  .text-con .text .workshop-title,
  .showbtn{
    background-color: #621310;
    padding: 10px 10px;
    color: #fff;
    cursor: pointer;
    border: none;
    display: block;
    width: 100%;
  
    text-align: center;
    border-radius: 10px;

  }
  .work li,.workshop li{
    line-height: 32px;
    font-size: 18px;
    list-style: none;
    background-color: #fff !important;
   
   
  }
  .workshop-details-content li i,.workshop li i{
    margin-left: 5px;
    color: #621310;
  }
  .dimension div .chart{
    display: flex;
    align-items: center;

  }
  .dimension .chart #precentage{
    background-color:#621310 ;
    width: 20%;
    color: #fff;
    height: 100%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 32px;
    border-radius: 10px;
    margin-left: 10px;
    
    
  }
  tspan{
  
  }
  .chart{
    background: rgba(98, 19, 16,.9) !important; 
    color: #fff;
    text-align: center;
  }
  .anychart-credits{
    display: none;
  }

.hidden {
  display: none;
}
.four-contents{
  
  text-align: right;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 10px;
  
  padding: 10px;
  border: 1px solid #aaa;
}
.con-content .count-box{
  box-shadow: none;
}
img{
  mix-blend-mode: multiply;
}
.workshop li{
  list-style: none;
}

.con-buttons button{
  border: none;
  outline: none;
  margin: 10px 0;
  padding: 10px;
  text-align: start;
  /* border-radius: 5px; */
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .4s ease-in-out;
border: 2px solid transparent;
}
.con-buttons button:focus,.con-buttons button:hover{
  border: 2px solid #621310 ;
  color:#621310 !important ;
  border-radius: 5px;
}
.con-buttons button i{
  order: 1;
}
.five-buttons button{
  border: none;
  outline: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  margin: 20px 5px;
  line-height: 32px;
  border: 2px solid  #621310;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  width: 100%;
  transition: .5s ease-in-out;
  
  
  
}
.five-buttons .number{
  position: relative;
  background-color:#621310 ;
  color: #fff;
  display: inline-block;
  width: 100px;
  height: 40px;
  transition: .5s ease-in-out;
  text-align: center;

  top: -50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
button.five-buttons-active .number{
  background-color: #fff;
  border: 2px solid #621310;
  color:#fff ;
}
 button.five-buttons-active{
  background-color: #621310 !important;
  color: #fff ;
 
  box-shadow: 0 2px 24px 0 rgba(110, 123, 129, .2);
    border-radius: 40px;
}
.five-buttons i{
  font-size: 30px;
  font-weight: 800;
  position: relative;
  top: -20px;
  color: #aaa;
}
 button.five-buttons-active i{
  color: #fff;
}
.buttons p{
  
margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: 700;

}

.five-buttons{
  margin: 20px 0;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  flex-direction: column;

  /* flex-direction: row-reverse; */
}
.four-contents #content1 .con-buttons,
#content2 .con-buttons,#content3 .con-buttons
,#content4 .con-buttons,#content5 .con-buttons{
  display: flex;
  flex-direction: column;
 
    border-radius: 10px;
    background-color: #eee;
    

}
.fa-list{
  /* transform: rotate(180deg); */
}
.four-contents{
  background-color: #eee;
}

.two-part .workshop{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.two-part .workshop li,.work li{
  width: 100%;
  margin: 10px auto;
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 5px;
}
.work li,.li li{
  background-color: #fff;
  display: inline-block;
  width:100%;
  font-size: 18px;
}
@media(min-width:776px){
    .work li,.li li {
         width: 48%;
    }
    .two-part .workshop li,.work li{
        width:48%;
    }
    .work .li ,.li{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }
    
}
.image-view img{
  width: 40%;
  
}
.image-view{
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
/* start popup */
.order-section   .button {
  min-width: 200px;
  height: 45px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;

  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
  
  border: 1px solid transparent;
  /* box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff; */
  transition: 0.6s ease-in;
}



.order-section .button .two {
  display: none;
}

.order-section .button.active::before {
  width: 200px;
  transition: 3s linear;
}



.order-section .button::before {
  content: "";
  width: 0;
  height: 50px;

  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #3d3a3b 0%, #4e494a 100%);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

/* start popup */
/* Add your popup styling here */
#popup {


border: none;
width: 95%;
text-align: center;
padding: 40px 0;
direction: rtl;
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);

z-index: 20;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 10px;
color:#fff;
background-color: #6e0b25;

}
#popup p{font-size: 18px;
line-height: 32px;
font-weight: bold;}
#popup form input{width: 40%;
line-height: 32px;
border: none;
outline: none;
padding:5px 5px;
margin:0 5px;
border-radius: 4px;
color: #6e0b25;}
#popup form  label{display: inline-block;
width: 40%;
margin: 5px 0;
font-size: 16px;
font-weight: bold;}
#popup .buttons{margin-top: 20px ;}
/* Close button styling */
.close {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
font-size: 20px;
font-weight: bold;
}
.popupbutton {
position: relative;
display: inline-block;
margin: 20px 0;
padding: 5px 10px;
text-align: center;
font-size: 16px;
letter-spacing: 1px;
text-decoration: none;
color: var(--primary);
background: transparent;
cursor: pointer;
transition: ease-out 0.5s;
border: 2px solid var(--primary);
border-radius: 10px;
box-shadow: inset 0 0 0 0 var(--primary);
font-family: var(--font);
line-height: 32px;
font-weight: 800;
background-color: #6e0b25;

}

.popupbutton:hover {
color: white;
box-shadow: inset 0 -100px 0 0 var(--primary)

}

.popupbutton:active {
transform: scale(0.9);
}
.order-section{text-align: center;}
.button.active .one {
  display: none;
}

.button.active .two {
  display: inline;
}
.new-steps .text-con{
 
  background-color: #eee;

  border-radius: 24px;
  text-align: justify;
  padding: 10px;
}
.con-buttons{
  display: none;
}
.two-part{

}
p{
  margin-bottom: 10px;
}
/* end popup */
@media (min-width: 776px) {
.new-steps .text-con{
      padding: 40px 40px 40px 40px;
       text-align: center;
}

  #popup {
    width: 60%;
  }
  .five-buttons button{
    width: 40%;
    margin: 25px 10px;
  }
  .accordation .accordionbtn{
    width: 24%;
  }
  .text-content div{
    width: 30%;
  }
  .section-title p{
    width: 80%;
  }
  .depentance-sec .dependence-div .workshop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  .depentance-sec .dependence-div .workshop li{
    width: 40%;
  }
   .four-p .chart{
    width: 35%;
  }
  .ways .three-parts{
    align-items: center;
    justify-content: center;
    margin: 0;
    display: flex;
    text-align: start;
  }
  .ways .three-parts div{
    width:40%
  }
  .ways .two-parts{
    /* display: flex; */
  }
  .ways .how{
/* width: 40%; */
margin: 5px 0;
padding: 10px;
  }
  .dimension div .chart {
   
  }
 
}
@media (min-width: 992px) {
  .two-part-sec{
  display: flex;
  justify-content: space-between;
   
  }
  .four-contents{
    width: 65%;
    padding: 40px 10px;
  }
  .five-button.buttons{
    width: 30%;
  }
  .five-buttons button{
    width: 30%;}
  .con-buttons{
    
  }
  .four-contents .two-part{
   
   
  }
  .dimension .two-parts{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


.dimension .two-parts .pie-chart{
  width: 50%;
}
.dimension .two-parts .four-p{
  width: 100%;
}
  .new-steps{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
   
  }
  .new-steps .buttons{
  
  }
  .new-steps .buttons button{
  
  }
  .new-steps .text-con{
    width: 60%;
    background-color: #eee;
 
    border-radius: 24px;
    
    padding: 40px 40px 40px 40px;
  }
  .institude .two-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .institude .two-part .testimonials-slider {
    width: 60%;
    margin: 0;
 
  }
  .institude .two-part  .image{
    width: 30%;
  }
  .tabs-part .accordation{
    width: 100%;
    gap: 10px;
  }
  .accordation .accordionbtn{
    width: 20%;
  }
  
  .para_section{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
   }
   .para_section p{
    width: 15%;
    margin: 10px;
   }
   .text-content div{
    width: 22%;}
    #textForButton2 .text-content div{
      width: 40%;
    }
  }

  section.card {
    position: relative;
    padding: 10px;
   
margin: 10px ;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
  }
  .card img {
    fill: #000;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 3px;
  }
  .card:hover {
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #f2f2f2;
    color: #ffffff;
    border-radius: 10px;
  }
  
  .card__content {
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
  }
  
  .card:hover .card__content {
    transform: rotateX(0deg);
    background-color: #fff;
    z-index: 55;
  }
  
  .card__title {
    margin: 0;
    padding-left: 5px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
  }
  
  .card:hover svg {
    scale: 0;
  }
  
  .card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
  }

  @media (prefers-color-scheme: dark) {
    .card:hover {
      box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
  }
  
  .five-cards img{
    max-width: 100%;
 /* height: 200px; */
 mix-blend-mode: multiply;
  }

  .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#6e0b25 50%, rgba(98, 19, 16,.5) 5%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }
  
   .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid #eee;
    top: -15%;
    left: -15%;
    
  }
  
   .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
   .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
    
  }
  
   .play-btn:hover:after {
    border-left: 15px solid #621310;
    transform: scale(20);
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;}}

      .video-container {
        position: relative;
        width: 100%;
        height: 400px;
        /* overflow: hidden; */
        border-radius: 10px;
    }
    .video-container:hover .play-icon {
        display: flex;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        cursor: pointer;
        z-index: 2;
        color: #fff;
        background-color: #6e0b25;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        text-align: center;
        /* display: none; */
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s ease;
    }
    .play-icon span{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .progress-bar {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: #6e0b25;
        border-radius: 20px;
        z-index: 1;
        border: 2px solid #aaa;
      
    }
    .progress-bar-fill {
        height: 100%;
        width: 0;
        background-color: #eee;
        border-radius: 5px;
    }
    .ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg{
        display: none !important;
    }
    /* Added style for the poster image */
    .video-poster {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        background-size: cover;
        background-position: center;
        z-index: 1;
    }
    .video-controls {
      position: absolute;
      bottom: -60px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: start;
      align-items: center;
      z-index: 2;
      /* margin-top: 100px; */
  }
 #mute-button {
      margin: 0 10px;
      font-size: 16px;
      color: #fff;
      background-color: #6e0b25;
      border: none;
      border-radius: 5px;
      padding: 5px;
      cursor: pointer;
  }
  .control-button{
    border: none;
    background-color: transparent;
  }
  .stop-1 {
    background-color: #6e0b25;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
  }
  .word-sectoin h3,.last-section h3{
    color: #000;
    opacity: .7;
    font-weight: 700;
    line-height: 40px;
  }
  .word-lay{
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
  }
  .last-section {
    background-color: #fff;
 
    display: flex;
    justify-content: center;
 
    align-items: center;
  }
  .continer {
    width: 100%;
    display: flex;
    justify-content: center;
 
    align-items: center;
    
  }
  
  .last-section .text-center{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #eee;
    padding: 20px;border-radius: 20px;
    display: inline-block;
    min-width: 50%;

  }
  .word-sectoin.second .word-lay{
    box-shadow: none;
    border: none;
    background-color: #eee;
    border-radius: 60px 10px;
  }
  .brands  div img{
    width:100px ;
    height:auto;
    mix-blend-mode: multiply;
  }
  .brands{background-color: #eee;
  padding: 20px;
border-radius: 10px;}
  .brands  div{
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:5px ;
    min-height: 100px;
    transition:  .5s ease-in-out;
  }
  .brands  div:hover{
 transform: translateY(-6px);
    border: 1px solid #eee;
    border-radius: 20px;
  }
  .step-image{
  display: flex;
  justify-content: center;
  height:260px;
  }
  .step-image img{
    mix-blend-mode: multiply;
    width: 100%;
    height: auto;
  }
  @media(min-width:776px){
      .step-image img{
          width:50%;
      }
  }
  .con-buttons i{
    font-size: 25px;
    margin: 0 5px;
  }
  video{
    height: 400px;
    /* width: 100%; */
    border-radius: 20px;
    border: 4px solid #eee;
    width: 100%;
  }
  .video{
    display: flex;
    justify-content: center;
  }
  .video-play {
    position: absolute;
   top: 50%;
    left: 50%;
    mix-blend-mode: multiply;
    cursor: pointer;
    background-color: #eee;
    transform: translate(-50%, -50%);
    z-index:1000;
    background:#fff;
  }
  .header-dropdown ul.dropdown-menu{
    background-color: #eee !important;
    color: #000 !important;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-width: 220px;
  }
  .header-dropdown .dropdown-menu li a{
    color: rgba(0, 0, 0,.7) !important;
    transition: .2s ease-in-out;
    font-size: 18px;
    line-height: 32px;

  }
  .header-dropdown .dropdown-menu li:hover {
    background-color: #712;
    color: #fff !important;
    border-radius: 5px;
    padding: 0 !important;
  }
  .header-dropdown .dropdown-menu li:hover a{
    color: #fff !important;
  }
  .header-dropdown ul.dropdown-menu  li{
  transition: .2s ease-in-out;
 
  min-height: 40px !important;
  }
  .dropdown-toggle::after{
    margin: 0 10px;
  }
  .header-dropdown ul.dropdown-menu li a{
    display: flex;
    justify-content: start;
  }
  .header-dropdown ul.dropdown-menu li a i{
    font-size: 20px;
  }