/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/**
 * copyright 2024 @ manasasaty hub
 */





/*-----------------------------------*\
  #VARIABLE
\*-----------------------------------*/

@import url(/var.css);

  @import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@600&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Changa:wght@300&display=swap');
@import url("http://www.fontstatic.com/f=bahij");

@font-face {
  font-family: New ;
  src: url(font/blank.ttf);
}

@font-face {
  font-family: New2 ;
  src: url(font/Havena.ttf);
}


@font-face {
  font-family: New3 ;
  src: url(font/Request.otf);
}




/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*{
  margin:0; padding:0;
  box-sizing: border-box;
  outline: none; border:none;
  text-decoration: none;
  text-transform: capitalize;
  transition: .2s linear;
  
  font-family: 'Changa', sans-serif;
  
  list-style: none;
}


html{
  overflow-x: hidden;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}







::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track{
  background: #111 ;
}

::-webkit-scrollbar-thumb{
  background: var(--accent);
}







p{
  
  font-size: 18px;
}



li { list-style: none; }

a {
  text-decoration: none;
  font: inherit;
}

img, span, a, ion-icon { display: block; }

button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}



/*-----------------------------------*\
  #           scroll-btn            #
\*-----------------------------------*/


.scroll-btn {
  
    position: fixed;
    right: 1.5rem;
    bottom: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: var(--accent);
    box-shadow: 1px 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    border: 1px solid #353535;
  }
  
  
  .scroll-btn2 {
    
    position: fixed;
    right: 1.5rem;
    bottom: 4.5rem;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: var(--accent);
    box-shadow: 1px 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    border: 1px solid #353535;
  }
  
  .scroll-btn3 {
    
    position: fixed;
    right: 1.5rem;
    bottom: 7rem;
    width: 1.8rem;
    height: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: var(--accent);
    box-shadow: 1px 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    border: 1px solid #353535;
  }
  
  
  








  
section{
    padding:2rem 7%;
}






  
/*-----------------------------------*\
  #HEADER 
\*-----------------------------------*/

.navbar {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100vw;
    display:         flex;
    justify-content: space-between;
    align-items:     center;
    padding: 10px var(--px);
    z-index: 100;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    
  background-color: rgba(255, 255, 255, 0.986);
  }
  
  
  .navbar-nav {
    position: absolute;
    top: calc(100% + 40px);
    left:  30px;
    right: 30px;
    text-align: center;
    box-shadow: 0 10px 30px -5px hsla(0, 0%, 0%, 0.25);
    padding: 30px;
    border-radius: 8px;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
  }
  .navbar-brand{
    width: 110px;
  }
  .nav-item a {
    padding:  5px 15px ;
    font-size: var(--fs-11);
    font-weight: var(--fw-6);
    color: var(--light-dark);
    transition: var(--default-transition);
  }
  
  .nav-item:not(:last-child) a { border-bottom: 1px solid hsla(0, 0%, 0%, 0.1); }
  
  .nav-item a:hover { color: var(--accent); }
  
  .navbar-nav.active {
    animation: menuPopup 0.5s ease forwards;
    pointer-events: all;
  }
  
  @keyframes menuPopup {
  
    0% {
      opacity: 0;
      transform: scale(0.8);
    }
  
    50% { transform: scale(1.1); }
  
    100% {
      opacity: 1;
      transform: scale(1);
    }
  
  }
  
  .navbar .btn { display: none; }
  
  .nav-toggle-btn {
    background: var(--accent);
    width:  30px;
    height: 30px;
    border-radius: 8px;
    display:         flex;
    flex-direction:  column;
    justify-content: center;
    align-items:     center;
    gap: 6px;
  }
  
  .nav-toggle-btn span {
    background: var(--white);
    width: 30px;
    height: 2px;
    transition: var(--default-transition);
  }
  
  .nav-toggle-btn.active .one { transform: rotate(45deg) translate(3px, 3px); } 
  
  .nav-toggle-btn.active .two { display: none; }
  
  .nav-toggle-btn.active .three { transform: rotate(-45deg) translate(2px, -2px); }
  
  
  


  img{
    display: block;
  }
  
  .d-flex{
    display: flex;
  }
  
  .p-relative{
    position: relative;
  }
  
  
  .navbar .nav-list{
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.3rem;
    color: #72757b;
  }
  
  .nav-list .list-item i{
    padding: 5px;
    border-radius: 50%;
    background-color: var(--darkblue3);
    color: #eeeeee;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nav-list .list-item:hover i{
    background-color: rgba(253, 193, 27, 0.788);
  }
  
  .nav-list .list-item h1{
    font-size: 1.5rem;
  }
  
  .nav-list .list-item .bi-person-circle{
    font-size: 2rem;
  }
  
  /* ! app selection */
  .app-container{
    
    background-color: #eeeeee;
    height: 320px;
    width: 300px;
    padding: 30px;
    position: absolute;
    right: -20px;
    bottom: -300px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 20px;
    box-shadow: 2px 2px 26px 4px rgba(0,0,0,0.65);
    visibility: hidden;
    opacity: 0;
    appearance: none;
    
  }
  
  .list-item:hover .app-container{
    opacity: 1;
    visibility: visible;
  }
  
  .app-container .app{
    width: calc(100% / 3 - 20px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .app-container .app:hover{
    background-color: rgba(119, 136, 153, 0.3);
    cursor: pointer;
  }
  
  .app .app-img{
    height: 40px;
  }
  
  .app .app-name{
    font-size: 0.8rem;
    display: block;
    text-align: center;
  }
  

  

/*-----------------------------------*\
  #COMPONENT
\*-----------------------------------*/

.btn {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: var(--fs-10);
    font-weight: var(--fw-5);
    border-radius: 8px;
    color: var(--white);
    padding: 10px 20px;
    margin-left: 15PX;
    text-transform: uppercase;
    overflow: hidden;
  }
  
  .btn .btn-text {
    position: relative;
    z-index: 5;
  }
  
  .btn-primary,
  .btn-secondary .square { background: var(--darkblue3); }
  
  .btn .square {
    position: absolute;
    top:   50%;
    right: 10px;
    transform: translateY(-50%);
    width:  30px;
    height: 30px;
    border-radius: 8px;
    transition: var(--default-transition);
  }
  
  .btn:hover .square {
    right: -2px;
    width:  102%;
    height: 102%;
  }
  
  .btn-primary .square,
  .btn-secondary { background: var(--accent); }
  
  




































  
header {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 5rem;
    width: 100%;
    height: 1200px;
    position: relative;
    perspective: 100rem;
    overflow: hidden;
  }
  
  .img-wrapper {
    
    border-radius: 5rem;
    width: 100%;
    height: 90%;
    overflow: hidden;
  }
  
  .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  




























  

header .header2 {
    background-image: url(../img/back/he.svg)  ;
    background-repeat: no-repeat;
    
    background-size: cover;
  top: .2%;
  position: absolute;
  display: grid;
    align-items: center;
    justify-content: center;
  grid-template-areas: 
    "header-left header-center header-right"
    "header-bottom header-bottom header-bottom";
  grid-template-rows:  1fr 50px;
  grid-template-columns: 4% 89% 6%;
  grid-gap: 5px;
  height: 88vh;
  }
  
  
  
  .header-left {
  grid-area: header-left; 
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 0rem;
    transform-origin: left;
  }
   
  .header-left h1{
    display: flex;
    transform: rotate(-90deg);
    float: left;
    font-size: 1em;
    color: var(--accent);
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .header-center {
  grid-area: header-center;  
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 1rem;
    color: #fff;
  }
  
  
  .header-center .cen {
    background: url(/image-back/cover1.sg) ;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80%;
    display: flex;
    height: 70vh;
    background-position: center; 
    text-align: center; 
    align-items: center;
    justify-content: center;
  }
  
  
  
  .header-center .cen h1{
    font-size: 4rem;
  }
  
  
  .header-center .cen h1{
    font-family: New3;
  letter-spacing: 1px;
      margin-top: 2rem;
      font-size: 2.1rem;
      font-weight: 600;
      padding: 0 8% 0 8%;
      text-align:center;
    }
    
  .header-center .cen  p {
    font-size: 1.3em;
    color: #e2b646;
  font-family: New2;
  font-weight: 400;
position: relative;
  
  }
  .header-center .cen span{
      color: #e2b646;
      
  }
  
  
  
  
  
  
  
  .header-right {
  grid-area: header-right; 
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    text-align: center;
  }
  
  .header-right .social-header {
    padding: .6em;
  }
  .header-right .social-header li {
    
    margin: 1.4em 0 ;
    transform: rotate(0deg);
  }
  
  .header-right .social-header li i{
    
    background: none;
  }
  
  .header-right .social-header li  a{
    
    text-decoration: none;
    transition: 0.3s;
    color: #fff;
  }
  .header-right .social-header li  a:hover{
    
    color: var(--accent);
  }
  
  
  
  .header-bottom {
  background: #816a6a;
  grid-area: header-bottom;
    align-items: center;
    text-align: center;
  }
  
  
  
  .header-bottom .scroll-downs {
    position:absolute;
    bottom: 2rem;
    width: 1.6rem;
    height: 1.8rem;
    display: flex;
    right: 0;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
  }
  .mousey {
    width: 2px;
    padding: 10px 15px;
    height: 30px;
    border: 2px solid var(--accent);
    border-radius: 15px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: var(--accent);
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% {  opacity: 1; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(25px); opacity: 0;}
  }
  
  
  
  
  
  
  .sec, .section1, .aside1, .header-bottom {
  padding: 0;
  }
  
  




















































  
  main {
    margin-top: 1rem;
    width: 100%;
    background: url(newback00022.svg) ;
    position: relativergb(168, 162, 162);
    perspective: 100rem;
    overflow: hidden;
  }
  








  .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  

.par{
  
    display: grid;
      align-items: center;
      justify-content: center;
    grid-template-rows:  1fr 50px;
    grid-template-columns: 33% 33% 33%;
    }
    
    
    
      .partner-logo {
        box-sizing: border-box;
      }
      .partner-logo img {
        width: 100%;
        padding: 10%;
      }
      .partner-logo img:hover {
        background-color: #eeeeee;
      }
    
    
    
    
    
    

    
      


      
.videoa {
    padding-left: 15%;
    padding-right: 15%;
    background-color: #fff;
    width: 100%;
    position: relative;
    perspective: 100rem;
    overflow: hidden;
    
  }
  
  .img-wrapper2 {
    padding: 5px;
    width: 100%;
    height: 480px;
    border-radius: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.534);
    overflow: hidden;
  }
  
  .img-wrapper2 .diva {
    
    border-radius: 3rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    animation: scale 5s;
  }
  
  @keyframes scale {
    0% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }

  




  

.grid-feat {
    display: grid;
    grid-template-columns: repeat(auto-fill, 370px);
    gap: 35px;
    padding: 60px 35px;
    justify-content: center;
  }
  .card {
    border-radius: 35px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
  }
  .card__top {
    position: relative;
    background-color: var(--accentComplimentary);
    padding: 35px 35px 70px 35px;
    z-index: 0;
    display: flex;
    align-items: flex-start;
  }
  .card__top:has(.card__figure) {
    aspect-ratio: 3/2;
  }
  .card__bottom {
    position: relative;
    margin-top: -35px;
    background-color: var(--accent);
    padding: 35px;
    border-radius: 35px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    z-index: 1;
  }
  .card__figure {
    position: absolute;
    inset: 0;
    mix-blend-mode: lighten;
    opacity: 0.5;
  }
  .card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .card__tag {
    padding: 10px 20px;
    border: 1px solid currentColor;
    border-radius: 2em;
    position: relative;
    z-index: 1;
  }
  .card__title {
    font-size: 1.6rem;
    font-family: new;
  }
  .card__text {
    text-align: justify;
    line-height: 2rem;
    font-size: 12px; }
  
  
  .card--primary {
    --accent: #ffbf769f;
    --accentComplimentary: #706fd3;
  }
  
  .card--secondary {
    --accent: #63ccdab2;
    --accentComplimentary: #f5cd79;
  }
  
  .card--tertiary {
    --accent: #888df1b7;
    --accentComplimentary: #ff9ff3;
  }
  
  
  

  






   
.about {
	background-size: cover;
	padding: 0px 0 20px;
  
	color: var(--dark-grayish-blue);

	text-align: center;
}

.about .img-about {
  padding: 0 35% 0 35%;
	max-width: 100%;
}


.about h1 {
	color: var(--grayish-blue);
font-size: 2rem;
margin-top:3rem ;
}

.about p {
	color: var(--grayish-blue);
	line-height: 1.5;
  margin-top: 1rem;
  text-align:justify;
  text-justify: newspaper;
}

.container {
	padding: 0 20px;
	margin: 30px auto;
	max-width: 100%;
	width: 1200px;
}

.container-small {
	width: 800px;
}




.container2 {
  background: url() fixed no-repeat;
  background-size: cover;
	padding: 30px 10px;
	margin: 100px auto;
	max-width: 100%;
	width: 1200px;
  border-radius: 2rem;
}

.container-small2 {
	width: 82%;
}


.btn2 {
	border: none;
	border-radius: 10px;
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 16px;
	font-weight: 600;
  letter-spacing: 3px;
	padding: 15px 35px;
	margin: 15px 5px;
}
.btn2 a{
	color: #fff;
}
.btn-primary2 {
	background-color: var(--strong-cyan);
	box-shadow: 0 4px hsl(171, 29%, 40%);
}

.btn-secondary2 {
	background-color: var(--light-blue);
	box-shadow: 0 4px hsl(233, 43%, 55%);
}


















  
  .section-title {
    font-size: var(--fs-8);
    font-weight: var(--fw-10);
    color: var(--primary1);
    line-height: 1.2;
  }


  .section-three-content .contact{
    font-weight: 2000; 
    font-size: 46px; 
    margin-top: 2rem;
  }
.section-three-content .moviewpb-section {
    max-width: 450px;
  }
  .moviewpb-section .owl-carousel {
    position: relative;
    margin-top: 30px;
  }
  
  .moviewpb-section .owl-carouse2 {
    position: relative;
    margin-top: 30px;
  }
  .moviewpb-section .owl-nav>div {
      background: transparent!important;
      width: 20px;
      height: 20px;
      margin: 0!important;
      padding: 0!important;
    font-family: 'Montserrat', sans-serif;
  }
  
  .moviewpb-section .owl-nav>div>span {
      color: #000;
      font-size: 40px;
  }
  .moviewpb-section .owl-nav:after {
      content: '';
      height: 35px;
      background: #000;
      width: 1px;
      display: block;
      position: absolute;
      right: 50%;
      top: 0;
    margin-top:10px;
  }
  .moviewpb-section .owl-nav {
      position: absolute;
      right: 30px;
      bottom: 1px;
  }
  .moviewpb-section .owl-dots {
    margin-top: 30px;
  }
  .moviewpb-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #000;
  }
  
  .moviewpb-section .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: rgba(0, 0, 0, 0.25);
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
  }
  .moviewpb-section .genrecard.card1 .data {
      padding-left: 15px;
  }
  
  .moviewpb-section .genrecard.card1 {
      min-height: 305px;
  }
  .moviewpb-section .genrecard.card1 .wrapper {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-direction: row;
      padding: 25px;
      margin: 10px 5px;
      min-height: 280px;
      border-radius: 30px;
    position: relative;
  }
  .moviewpb-section .genrecard.card1 .cardheader {
      display: flex;
      flex-direction: column;
  }
  
  .moviewpb-section .genrecard.card1 .cardheader .headertitle {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .moviewpb-section .genrecard.card1 span.genre {
      color: #bcbcbc;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
  }
  
  .moviewpb-section .genrecard.card1 span.rating {
      min-width: 30px;
      min-height: 30px;
      background: var(--accent);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      font-weight: 700;
      font-size: 15px;
      padding: 3px;
  }
  .moviewpb-section .genrecard.card1 .moviefooter {
      width: 100%;
      text-align: right;
        position: absolute;
      right: 0;
      bottom: 0;
      margin-bottom: 23px;
      margin-right: 15px;
  }
  .moviewpb-section .genrecard.card1 a.button {
      color: #000;
      text-decoration: none;
      font-size: 15px;
      font-family: 'Montserrat', sans-serif;
      border-radius: 10px;
      padding: 10px;
    font-weight:700;
    
  }
  .moviewpb-section .genrecard.card1 h1.title {
      color: #000;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      text-align: left;
      font-size: 20px;
      letter-spacing: 1px;
      width: 80%;
  }
  .moviewpb-section .genrecard.card1 h1.title a {
      color: #000;
      text-decoration: none;
  }
  
  .moviewpb-section .genrecard.card1 p.text {
      color: #bcbcbc;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
  text-align: justify;
      line-height: 20px;
      height: 115px;
      margin: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
    margin-top: 1px;
  }
  
  
  
  
  
  

.card {
  
    border-radius: 1rem;
  /*   width: 224px; */
    padding-top:0px;
    padding-right: 1rem;
    
  }
  
  
  
  .card .logiciel-inclu {
    margin-top: 11px;
  }
    
  
  .logiciel-inclu .logiciels {
    display:flex;
  /*   max-width: 300px; */
    flex-wrap: wrap;
    gap: 4rem;
    justify-content: center;
    align-items:flex-start;
  /*   border:1px solid black; */
  }
  
  
  .logiciel-inclu .logiciels2 {
    display:flex;
  /*   max-width: 300px; */
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    align-items:flex-start;
  /*   border:1px solid black; */
  }
  
  .logiciels .logiciel {
  /*   width:44px; */
  /*   margin: 1rem; */
    align-items:center;
    display:flex;
    flex-direction: column;
    justify-content:center;
    min-width: 64px;
      padding: 0 10px;
      margin-bottom: 5px;
    width:130px;
  /*     text-align: center; */
  }
  
  .logiciels .logiciel a {
    font-size: 62px;
    color: var(--accent);
  }

  
  .logiciels .logiciel a {
    padding: 11px;
    font-size: 62px;
    color: var(--accent);
  }
  
  .logiciels .logiciel span {
    font-size: 12px;

    font-family: 'Changa', sans-serif;
    letter-spacing: 1px;
    color: #fff;
  }
  


    
  .logiciels2 .logiciel2 {
    /*   width:44px; */
    /*   margin: 1rem; */
      align-items:center;
      display:flex;
      flex-direction: column;
      justify-content:center;
      height: 80px;
      min-width: 64px;
        padding: 0 10px;
        margin-bottom: 5px;
      width:160px;
    /*     text-align: center; */
    }
    
  
  
  .logiciels2 .logiciel2 span {
    font-size: 12px;

    padding-top: 10%;
    padding-bottom: 10%;
    font-family: 'Changa', sans-serif;
    letter-spacing: 1px;
    color: #fff;
  }
  /**********************services*********************/
  
  .card .service-inclu {
    margin-top:2px;
  }
  
  .card .service-inclu h3 {
    font-size: 15px;
    font-weight:600;
    text-align:center;
  }
  
  .service-inclu .services {
    display:flex;
  /*   max-width: 300px; */
    flex-wrap: wrap;
    justify-content: center;
    align-items:flex-start;
  /*   border:1px solid black; */
    padding-right:10%;
    margin-top: 20px;
  }
  
  .services .service {
  /*   width:44px; */
  /*   margin: 1rem; */
    align-items:center;
    display:flex;
    flex-direction: column;
    justify-content:center;
    min-width: 64px;
      padding: 0 10px;
      margin-bottom: 15px;
    width:70px;
  /*     text-align: center; */
  }
  
  .services .service img {
    width:44px;
  }
  
  .services .service span {
    font-size: 12px;
  }
  
  
  
  
  
  
  


  










  

.contact__info___list{
    width: 400px;
    align-items: center;
    justify-content: center;
    
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5rem;
    padding-left: 1rem;
    
  }
  
  .contact__info__list__items{
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 8px 0px;
  }
  .contact__info__list__items i{
    align-items: flex-start;
    font-size: 24px;
    padding: 14px;
    background: #0d2e44be;
    border-radius: 100%;
    color: #FEC25A;
  }
  .contact__info__list__items p{
    font-size: 15px;
  }
  
  .contact__info__list__items p a{
    text-decoration: none;
    color: #000;
  }
  
  
  
  
  .contact__form{
    padding: 10px 0px;
    display: block;
    width: 100%;
  }
  
  .contact__form__item{
    margin: 10px 0px;
  }
  
  .contact__form__item input,
  .contact__form__item textarea{
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    min-height: 42px;
    margin-bottom:1rem;
  background:  none repeat scroll 0 0;
  border-bottom: 1px solid #f9f9f9;
    border-radius: 4px;
    padding: 6px 10px;
  }
  
  .contact__form__item input:focus,
  .contact__form__item textarea:focus{
    outline: none;
    border: 2px solid #FEC25A;
  }
  
  .contact__form__item label{
    display: inline;
    padding: 2px 0px;
    font-size: 15px;
    font-weight: 500;
  }
  .contact__form__submit{
    width: 100%;
    padding: 8px 12px;
    background: var(--accent);
    border-radius: 4px;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
  }
  .contact__form__submit:hover{
    background: var(--darkblue);
    color: var(--accent);
    border: 2px solid #c2c2c290;
  }
  
  .contact__info___list{
    width: 100vw;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5rem;
    margin-top: -7rem;
    padding-right: 1rem;
    
    margin-bottom: 4rem;
    
  }
  
  

  






  






  


/* section three */

.containerthree{
    max-width: 100vw;
    margin:  4%;
    align-items: center;
    padding: 0 1rem;
}

.containerthree .info-course{
  margin-top: 5rem;
}
.section-three-content{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 8rem;
    margin-bottom: 6rem;
  }
  

.section-three{
    padding: 8rem 0;
}
.section-three-content .img {
    max-width: 100%;
    margin: auto;
    align-items: center;
}



.section-three-content .img-certi{
  margin-top: 5rem;  
  width: 100%;  
  height: auto; 
  padding: 3%; 
  border-radius: 4rem; 
}

.section-three-content .info ul{
    list-style-type: none;
}




.section-three-content .info ul li{
    display: flex;
    margin-bottom: 2.5rem;
}
.section-three-content .info ul li span{
    font-size: 1.5rem;
    font-weight: 600;
}
.section-three-content .info ul li img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0.5rem;
    margin-right: 1.6rem;
}
.section-three-content .info p.text{
    margin-top: 1.8rem;
    text-align: justify;
    text-justify: newspaper;
    line-height: 2rem;
    font-size: 16px;
}

.section-three-content .info h2{ 
    margin-top: 0;
    color: var(--blue-color);
}


.read-more-btn{
  color: var(--accent);
}

.read-more-text{
  display: none;
}

.read-more-text--show{
  display: inline;
}




/* ===================== */
/* Utility Classes       */
/* ===================== */

/* Colors */
.bg-white { background-color: var(--clr-white); }
.text-white { color: var(--clr-white); }
.text-dark { color: var(--clr-text-dark); }
.text-darker { color: var(--clr-text-darker); }

/* Typography */
.uppercase { text-transform: uppercase; }

/* Layout */
.flex {
    display: flex;
    gap: var(--gap, 1rem);
}

/* ===================== */
/* Typography            */
/* ===================== */
.card__content h1,
.card__content h2,
.card__content h3 {
  font-size: 16px;
    margin: 0;
    line-height: 1.1;
    font-weight: 500;
    
  text-justify: newspaper;
  line-height: 2rem;
}

.card__content p { 
  text-align: justify;
  text-justify: newspaper;
  line-height: 2rem;
  font-size: 14px;
letter-spacing: 1px; }

.title { 
    font-weight: 700; 
    text-align: center;
    margin-bottom: 2.5rem;
}

.accordion__item--title { 
    font-size: 0.8rem;
}
    .accordion__item--title[data-toggled-content="true"] {
        font-weight: 700;
    }

/* ===================== */
/* Layout                */
/* ===================== */




.card__content { grid-area: content; }

/* ===================== */
/* Card Styles           */
/* ===================== */


.card__content {
    padding: min(4.375rem, 4.75vmax) min(.625rem, 6.5vmax);
}

/* ===================== */
/* Accordion Styles      */
/* ===================== */

/* Accordion Title */
.accordion__item--title {
    cursor: pointer;
      padding-top: 1em;
      padding-bottom: 1em;
    padding-left: 0;
    border-bottom: 1px solid var(--clr-stroke);
    align-items: center;
    justify-content: space-between;
}


    .accordion__item--title:hover {
        color: var(--accent);
    }
    .accordion__item--title::before {
        content: url('../icon-contact/icon-arrow-down.svg');
        display: block;
        transition: transform 275ms ease-in-out;
    }
    .accordion__item--title[data-toggled-content="true"]::after {
        transform: rotate(180deg);
    }


    .title1 , .title2 , .title3  {
      
      cursor: pointer;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 0;
      border-bottom: 1px solid var(--clr-stroke);
      align-items: center;
      justify-content: space-between;
    }
    .title1::before {
      content: url('../img/icon1.png');
      display: block;
      transition: transform 275ms ease-in-out;
    }
    
    .title2::before {
      content: url('../img/icon2.png');
      display: block;
      transition: transform 275ms ease-in-out;
    }
    .title3::before {
      content: url('../img/icon3.png');
      display: block;
      transition: transform 275ms ease-in-out;
    }

/* Accordion Content */
.accordion__item--content {
    margin: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 300ms ease-out, opacity 275ms linear;
}
    .accordion__item--content > p {
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 48px;
        padding-top: 0.9rem;
    }
    .accordion__item--content[aria-expanded="true"] {
        opacity: 1;
        height: auto;
    }

/* ========================== */
/* Larger Screens Styles      */
/* ========================== */

@media (min-width: 50.75em) { /* 812px */
    .container {
        max-width: 57.5rem;
    }

    

    .card__img--wrapper {
        padding: 0;
        margin-bottom: 0;
    }
 
    
}















































  
/*-----------------------------------*\
  #####     start - footer       #####
\*-----------------------------------*/
footer{
    background-color:var(--darkblue);
    
  border-radius: 3rem 3rem 0 0;
  }
  footer .foter {
    max-width: 100vw;
    width: 100%;
    

    background: url(../icon-contact/footericon.svg) ;
    background-size: cover;
    background-repeat: no-repeat;
  display: grid;
    padding: 1% 5% 0 5%;
  }
  footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.5rem;
    margin-top: 2rem;
    
  }
  footer .box-container2{
  
    display:         flex;
    justify-content: space-between;
    align-items:     center;
  
  
  }
  .footer-row .footer-col h4 {
    color: var(--accent);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
  }
  .footer-col .links {
    margin-top: 20px;
  }
  .footer-col .links li {
    list-style: none;
    margin-bottom: 20px;
  }
  .footer-col .links li a {
    text-decoration: none;
    color: #bfbfbf;
  }
  .footer-col .links li a:hover {
    color: #fff;
  }
  .footer-col p {
    margin: 20px 0;
    color: #bfbfbf;
    max-width: 300px;
  }
  .footer-col form {
    display: flex;
    gap: 5px;
  }
  .footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6 ;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
  }
  .footer-col input::placeholder {
    color: #ccc;
  }
   .footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }
  .footer-col form button:hover {
    background: #cecccc;
  }
  .footer-col .icons {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
  }
  .footer-col .icons i {
    color: #afb6c7;
  }
  .footer-col .icons i:hover  {
    color: #fff;
  }
  @media (max-width: 768px) {
    footer {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
      width: 100%;
      border-radius: 0;
    }
    footer .footer-row {
      padding: 20px;
      
    }
    .footer-col form {
      display: block;
    }
    .footer-col form :where(input, button) {
      width: 100%;
    }
    .footer-col form button {
      margin: 10px 0 0 0;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  .box2b .social-icons
  {
    text-align:right;
    display: flex;
    
  }
  .box2b .social-icons li i
  {
    width:40px;
    height:40px;
    text-align: center;
    line-height:40px;
    margin-left:6px;
    margin-right:0;
    border-radius:10%;
    color: var(--accent);
    box-shadow: 3px 0.1rem 0.6rem rgba(0, 0, 0, 0.2);
    border: 1px solid #353535;
  }
  
  
  
  
      
  
  .box-container2 .list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 1rem 0;
    font-size: .8rem;
  }
  
  
  .box-container2 .list li{
    margin: 0 10px;
  }
  
  .box-container2 .list a{
    text-decoration: none;
    color: white;
  }
  
  .box-container2 .list a:hover {
    color:teal ;
  }
  
  
    
  
  
  
  .box2b .banner-img{
    width: 250px;
    align-content: center;
  
  }
  
  
  .box2b h3{
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
    color: white;
    font-style:oblique;
    }
    
    .box2b h3 span{
      font-style:oblique;
    font-size: 2.6rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
     color:#3BACB6;
    }
    
    
      
    .box2b{
    width: 100vm;
    padding: 20px 0;
    text-align: center;
    }
    
    .box2b p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    color: white;
    }
    
    .box2b span{
    text-transform: uppercase;
    opacity: 5;
    font-weight: 200;
    }
    
    
  
  
 hr
 {
  margin-top: 1.2em;
  
  margin-bottom: 1em;
   border: 1PX solid #ccc;
   
 
 }
  
    .footerbottom p{
      padding: 2rem;
      text-align: center;
      font-size: 14px;
      word-spacing: 2px;
      text-transform: capitalize;
      color: white;
      }
  
  
  
  
  
  



































































      
.header11 {
  
  background-color: #111;
  padding: 0px 0 20px;
  margin-top: 6rem;
	text-align: center;
  height: 100%;
  
  border-radius: 4rem;
}


.top-header{
  border-radius: 5rem;
  background-color: #111;
	background-image: url(../img/back/he.svg);
	background-repeat: no-repeat;
  background-size: cover;
  width: 0 99% 0;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 90vh;
  align-items: center;
}




.container-small11 img {
	max-width: 100%;
  padding-left: 20%;
margin-top: 3rem;
  padding-right: 20%;
}

.header11 h1{
  font-family: 'Reem Kufi', sans-serif;
  font-size: 48px;
	color: var(--grayish-blue);
}
.header11 .los{
  margin-top: 2rem;
  font-family: "Lobster", sans-serif;
  font-size: 32px;
  margin-bottom: 2rem;
	color: var(--grayish-blue);
}
.header11 p {
	color: var(--grayish-blue);
  font-family: 'Changa', sans-serif;
  font-size: 18px;
	line-height: 2.5;
}

.container11 {
	padding: 10px 20px;
	margin: 30px auto;
	max-width: 100%;
}

.container-small11 {
	width: 700px;
}


.btn1111 {
	border: none;
	border-radius: 10px;
	color: var(--accentComplimentary);
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 16px;
	padding: 1px 35px;
	margin: 15px 5px;
  width: 46%;
  font-family: 'Changa', sans-serif;
  font-size: 16px;
	line-height: 2.5;
}


.btn11 {
	border: none;
	border-radius: 10px;
	color: #fff;
	font-family: 'Bai Jamjuree', sans-serif;
	font-size: 16px;
	padding: 1px 35px;
	margin: 15px 5px;
  width: 250px;
  font-family: 'Changa', sans-serif;
  font-size: 16px;
	line-height: 2.5;
}


.btn1111 a{
  
	color: var(--accentComplimentary);
  font-family: 'Changa', sans-serif;
}




.btn11 a{
  
	color: var(--accentComplimentary);
  font-family: 'Changa', sans-serif;
}



.btn-primary11 {
	box-shadow: 0 .51px var(--accent);
}

.btn-secondary11 {
  border-top-left-radius: 1.2rem;
  border-end-end-radius: 1.2rem;
  border: 1px solid var(--accent);
}


.header11 .video
{
width: 100%;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 2rem;
}

.header11 .play-btn
{
align-items: center;
justify-content: center;
background: var(--accent);
color: #fff;
font-size: 25px;
width: 25px;
height: 25px;
z-index: 2;
border-radius: 100%;
position: relative;
}
.play-btn:before
{
content: '';
position: absolute;
border:5px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom1 1.5s linear infinite;
opacity: 0;
z-index: 1;
}
.play-btn:after
{
content: '';
position: absolute;
border:10px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom2 1.5s linear infinite;
opacity: 0;
animation-delay: .4s;
z-index: 1;
}
@keyframes bloom1
{
0%
{
transform: scale(.5);
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
@keyframes bloom2
{
0%
{
transform: scale(.5);
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}











.header11  .box-container2{

  display:         flex;
  justify-content: space-between;
  align-items:     center;


}





































































.about-body {
  background-color: var(--accent);
  margin-left: 4rem;
  margin-right: 4rem;
  border-radius: 5rem;
  margin-top: 5rem;
  color: #fff;
  
}
  


.about-why {
  background-color: #f0f0f07c;
  
}
.services-box .h1-why{
  color:#000;
}

.services-box .p-why{
  height: 170px;
  color:#000;
}
.about-body .section-subtitle{
  text-align: center;
  color: #fff;
}      

    about-body {
      width: 100%;
        padding: 3%;
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-areas: 
        "body1 body2";
        grid-template-columns: 16%  75%;
        grid-gap: 100px;
    }
    
    .body1 {
        grid-area: body1;
        align-items: center;
        text-align: center;
        text-align: justify;
    }
    
    .body2 {
        grid-area: body2;
        align-items: center;
        text-align: justify;
    }
    
    
    .body2 .section-title { 
        font-size: var(--fs-8);
        font-weight: var(--fw-6);
        color:  #a2a2a2;
        border-top: 1px  solid var(--light-gray);
        border-bottom: 1px  solid var(--light-gray);
        margin-bottom: 30px; }
    .body2-con{
      display: flex;
      grid-gap: 55px;
    margin-top: 1rem;
    }




    .services{
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        
    }
    .s-heading{
        text-align:center;
    }
    .s-heading h1{
        color:#576975;
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0px;
    }
    .s-heading p{
        font-family: calibri;
        color: rgba(87,105,117,0.60);
        font-size: 1rem;
        margin: 5px;
        text-align: center;
    }
    
    
    
    
    
    .services-container{
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   
     
    .services-box{
        
      background-color: #000;
      display:flex;
      flex-direction: column;
      justify-content: center;
      border-radius: 10px;
      width:420px;
      padding: 10px 15px;
      height: 300px;
      box-sizing: border-box;
      margin: 22px;
      position: relative;
  }


  
  .services-box2{
        
  border: 2px solid #eef0f2;
  background: #ffffff;
  }


  .services-box2 p{
height: 80px;
  }
  
    .services-box-why{
        height: 300px;
      
  background-color: #f0f0f093;
    }
    .services-box h1{
      
font-family: 'Changa', sans-serif;
        color:#ffffff;
        letter-spacing: 1px;
        font-size: 1.1rem;
        margin-bottom: 26px;
        
    }
    .line{
        border-top: 1px solid #3a3a3a;
        display: flex;
        padding-top: 1rem;
        align-items:baseline;
        justify-content: space-between;
        width: 100%;
    }
    .services-box p{
      
font-family: 'Changa', sans-serif;
text-align: justify;
font-size: 14px;
        color: rgba(248, 248, 248, 0.9);
    }
    
    input[type=submit]{
        border: none;
        margin-left: .5em;
        height: auto;
        padding: 0.2em 1em 0.2em 2.5em;
        font-size: .5em;
        font-weight: bold;
        font-family: "Open Sans";
        text-transform: uppercase;
        color: #696666;
        background: url(/send.png) no-repeat scroll 0.15em 0.07em transparent;
        background-size: 14px 14px;
        transition: all 0.3s ease 0s;
      }
      input[type="submit"]:hover {
          color: #fff;
          background-color: #EAA502;
          border-color: #EAA502;
          background-position: 0.75em bottom;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
      }
      input[type="submit"]:focus {
          background-position: 2em -4em;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
      }
      /* Webfonts */
      
      @font-face {
          font-family: 'Open Sans';
          font-style: normal;
          font-weight: 700;
          src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
      }
    
      
    .bar{
        width: 100px;
        height: 6px;
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        background-color:var(--accent); 
        border-radius: 0px 0px 10px 10px;
        display: none;
        animation: bar 0.5s;
    }
    .services-box:hover{
        box-shadow: 2px 2px 30px rgba(0,0,0,0.08);
        transition: all ease 0.3s;
    }
    .services-btn:hover{
        background-color:#4a90e2;
        border: 1px solid #4a90e2;
        color:#FFFFFF;
        transition: all ease 0.3s;
    }
    .services-box:hover .bar{
        display: block;
    }
    @keyframes bar{
        0%{
            width:0px;
        }
        100%{
            width:100px;
        }
    }
    @media(max-width:1050px){
        .services-container{
            flex-wrap: wrap;
            
        }	
        .services{
            height: auto;
        }
        .s-heading{
            margin: 15px;
        }
        .services-box{
            flex-grow: 1;
        }
        
    }
  
    .services-box2 h1{
      color: var(--accent);
  }

  
  
.services-box2 p{
      
  color: #333;
  }





































    
/* -------- title style ------- */
.line-title {
  direction: rtl;
  margin-bottom: 1rem;
}

.line-title-h {
  position: relative;
  text-align: left;
  width: 300px;
}
.line-title-h::before,
.line-title-h::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title-h::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title-h::after {
  width: 102px;
  background: var(--accent);
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 5%;
  
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20 px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

















/* selector clase card-profile */
.card-profile {
  /* ancho :
   * - tamaño máximo: 250px
   * - ocupar todo el espacio 
  */
  min-width: 250px;
  width: 100%;
  /* alto :
   * - tamaño máximo: 200px
   * - ocupar todo el espacio 
  */
  min-height: 200px;
  height: 420px;
  /* redondear los bordes: 10px */
  border-radius: 10px;
  /* dar mínima prioridad al elemento en la superposición */
  z-index: 1;
  /* sombrear :
   * - tamaño de la sombra en x
   * - tamaño de la sombra en y
   * - tamaño de difuminación
   * - color: negro: rgba(0, 0, 0) con transparencia (alpha: 0.1)
  */
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
  /* si el contenido (card-profile_visual) es más grande 
   * que el contenedor (card-profile), 
   * recortar el contenido 
  */ 
  overflow: hidden;
}

/* selector clase card-profile_visual */
.card-profile_visual {
  /* ancho : ocupar 68% */
  height: 75%;
  /* mantener la posición por defecto */
  position: relative;
  /* redondear los bordes superiores: 5px */
  border-radius: 5px;
  /* añadir al fondo una imagen :
   * - https://s-media-cache-ak0.pinimg.com/236x/c5/86/e6/c586e6afd87ee357bbab52df241480ac.jpg
   * - única vez
   * - posicionada en el centro
   * - que cubra el fondo
  */
  background-size: cover;
  /* dar transparencia: 0.5 */
  opacity: 0.9  ;
  /* comprobar que se recorta la imagen:
   * - ancho: 30em */
}




.card-profile_visual img {
  /* ancho : ocupar 68% */
  height: 100%;
  width: 100%;
  /* mantener la posición por defecto */
  position: relative;
  /* redondear los bordes superiores: 5px */
  border-radius: 5px;
  /* añadir al fondo una imagen :
   * - https://s-media-cache-ak0.pinimg.com/236x/c5/86/e6/c586e6afd87ee357bbab52df241480ac.jpg
   * - única vez
   * - posicionada en el centro
   * - que cubra el fondo
  */
  background-size: cover;
  /* dar transparencia: 0.5 */
  opacity: 0.5;
  /* comprobar que se recorta la imagen:
   * - ancho: 30em */
}




/* selector de la clase card-profile_user-stats */
.card-profile_user-stats {
  /* posicionar a la derecha lo máximo posible 
   * flotar a la izquierda 
  */
  /* ancho : ocupar todo el espacio */
  width: 100%;
  /* alto : ocupar parte del espacio: 32% */
  height: 25%;
  text-align: center;
  padding: 3% 5% ;
  /* redondear los bordes inferiores: 5px */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}



/* selector de la clase card-profile_user-stats */
.card-profile_user-stats-r {
  /* posicionar a la derecha lo máximo posible 
   * flotar a la izquierda 
  */
  /* ancho : ocupar todo el espacio */
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: -5px;
  /* alto : ocupar parte del espacio: 32% */
  height: 25%;
  text-align: center;
  /* redondear los bordes inferiores: 5px */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: whitesmoke;
}


.infos_desc {
font-size: 12px;

color: rgb(228, 228, 228);
}




.info .info-cert{
  font-weight: 2000; 
  font-size: 32px; 
  margin-bottom: 1.5rem;
  letter-spacing: 1.5px;
  margin-top: 2rem;
}

.info-course .h-vid-text{
  font-weight: 2000; 
  font-size: 14px; 
  margin-top: 2rem; 
  letter-spacing: 3px;
  line-height: 55px; 
}

.info-course2 .h-vid-text{
  font-weight: 2000; 
  font-size: 16px; 
  margin-top: 2rem; 
  
  letter-spacing: 1.5px;
  line-height: 55px; 
}

















.section-three-content .info-course{
  
  background-color: #ffb331bf;
  height: 700px;
  padding: 5%;
  border-radius: 5%;
}




.section-three-content .info-course2{
  border: 2px solid #dfdfdfbf;
  background-color: #ffffff;
  
}




.img-team img{width: 100%; 
   height: auto; 
   padding: 10%; 
   border-radius: 8rem; 
}
.info-course-itemss{
  height: 60%;
display: flex;  
margin-top: 12%;
}


.card-wrapper-course {
  padding: 2%;
}
.course-d-button{
  width: 100%; 
  display: flex;
  gap:5px;
  padding-left: 5%;
  padding-right: 5%; 
}



.course-d-button a{
  color: #000;
}

.card-wrapper-course .card-course{
  margin: 0 auto;
  height: 100%;
}

.card-course {
  position :relative;
  max-width: 300px;
  background-color: #0000;
  border-radius: 24px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 1px 2px 8px rgba(100, 100, 100, 0.1);
}

.image-wrapper-course {
  width: auto;
  height: 200px;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}


.text-box-wrapper {
 padding: 10px 
}

.heading {
  direction: rtl;
  
font-family: 'Changa', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.heading::after {
  content: '';
  display: block;
  margin-top: 0.5em;
  width: 70px;
  height: 3px;
  background-color: black;
}













/* Logo Slider */

.logo-slider {
  background: none;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}


.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.logo-slider::before {
  left: 0;
  top: 0;
}

.logo-slider .logo-slide-track {
  -webkit-animation: logo-scroll 60s linear infinite;
  animation: logo-scroll 60s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(250px * 14);
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.logo-slider .slide {
  background-color: #454545;
  height: 70px;
  width: 160px;
  margin-left: 22px;
 border-radius: 15px;
  padding: 10px;
}


.logo-slider .slide img {
  height: 100%;
  width: 100%;
}
@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}











#owl-demo .item{
  margin: 2px;
}


#owl-demo .item{
  background-color: #333;
  border-radius: 25px;
  align-items:center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  height: 60px;
    padding: 0 10px;
    margin-bottom: 5px;
  width:130;
}
#owl-demo .item p{
  
  font-size: 10px;
  font-weight: 600;
  padding-top: 10%;
  padding-bottom: 10%;
  font-family: 'Changa', sans-serif;
  letter-spacing: 1px;
  color: #fff;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
}


















/* popular courses section */
.Popular-courses{
  margin-top: 7rem;
}

.Popular-courses .h11{
  text-align: center;
  font-size: 2rem;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}



.Popular-courses .p11{
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}


.Courses-section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
 align-items: center;
 align-content: center;
}

.Courses-section .owl-carousel {

margin: 0;
}
.Courses-section .course-card{
  
  width: 24rem;
  padding: 0.7rem;
  border-radius: 1rem;
  border: 1px solid #0000001e;
  cursor: pointer;
  margin-bottom: 2rem;
  
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}

.Courses-section .course-card img{  
  width: 100%;
  border-radius: 1rem;    
  height: 280px;
}








.Courses-section .course-card h1{
  font-size: .8rem;
  margin-top: 1rem;
  text-align: right;
  letter-spacing: 2px;
}


.Courses-section .course-card p{
  color: #636363;
  padding: .3rem;
  margin-top: .6rem;
  margin-bottom: .8rem;
}



.Courses-section .course-card .star-rating{
  display: flex;
  justify-content: space-around;
  
}

.Courses-section .course-card .star-rating .stars{
  padding-right: .1rem;
}

.Courses-section .course-card .star-rating  span:first-child{
  padding-right: 0.5rem;
  font-weight: 700;
}


.Courses-section .course-card .star-rating  span:nth-child(2){
  color: #636363 ;
}

.Courses-section .course-card .star-rating i.fas{
  font-size: 10px;
  color: #ffd500;
}

.Courses-section .course-card .price-element{
  padding: .5rem;
}

.course-card .price-element .price{
  font-weight: 700;
  font-size: .7rem;
  letter-spacing: 2px;

}

.course-card .price-element .discount{
  color: #636363;
}

/* making popular courses section responsive */


@media (max-width: 639px){
  .Courses-section{
      flex-direction: column;
     align-items: center;
     justify-content: center;

  }
  .Courses-section .course-card{
      margin-bottom: 1rem;

     align-items: center;
     justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 480px) {


  .Courses-section{
    flex-direction: column;
   align-items: center;
   justify-content: center;

}
.Courses-section .course-card{
    margin-bottom: 1rem;

    width: 100%;
   align-items: center;
   justify-content: center;
}


.Courses-section .course-card h1{
  font-size: .6rem;
}


}










.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .1rem .5rem;
}



.card__footer2 {
  padding: 0;
}
.card__tag {
  font-size: 1rem;
  font-weight: 600;
}

.card__button {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.775rem;
  text-transform: uppercase;
  background-color: var(--accent);
  padding: .5rem .5rem;
  border-radius: 8px;
}
.card__button a {
  background: none; 
   color: #bbbbbb;
}


.btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8em;
  margin-bottom: .4rem;
  height: 14px;
  width: 14px;
}

.btn-icon2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2em;
  margin-bottom: .4rem;
  height: 14px;
  width: 14px;
}





















.los {
  
  font-size: 6rem;
  letter-spacing: 2px;
  margin-top: 2rem;
  line-height: 66px;
  font-family: "Lobster", sans-serif;
}